mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
19 lines
544 B
JSON
19 lines
544 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@mattermost/client/*": ["../../webapp/platform/client/lib/*"],
|
|
"@mattermost/types/*": ["../../webapp/platform/types/lib/*"],
|
|
"@e2e-support/*": ["support/*"],
|
|
"@e2e-test.config": ["test.config.ts"]
|
|
}
|
|
},
|
|
"include": ["./**/*"],
|
|
"exclude": ["playwright-report"]
|
|
}
|