Mono repo -> Master (#22553)
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
Этот коммит содержится в:
21
webapp/platform/components/tsconfig.json
Обычный файл
21
webapp/platform/components/tsconfig.json
Обычный файл
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"jsx": "react",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"paths": {
|
||||
"mattermost-redux/*": ["./node_modules/mattermost-redux/src/*"],
|
||||
"@mattermost/types/*": ["./node_modules/@mattermost/types/src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Ссылка в новой задаче
Block a user