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
Этот коммит содержится в:
42
webapp/boards/tsconfig.json
Обычный файл
42
webapp/boards/tsconfig.json
Обычный файл
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"jsx": "react",
|
||||
"target": "ESNext",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"resolveJsonModule": true,
|
||||
"incremental": false,
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
"noEmit": true,
|
||||
"typeRoots": [ "./src/types", "./node_modules/@types"],
|
||||
"paths": {
|
||||
"@mattermost/types/*": ["../platform/packages/types/src/*"],
|
||||
"@mattermost/client": ["../platform/client/src"],
|
||||
"@mattermost/components": ["../platform/components/src"],
|
||||
// "mattermost-redux/*": ["../channels/src/packages/mattermost-redux/src/*"],
|
||||
// "reselect": ["../channels/src/packages/reselect/src"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*"
|
||||
],
|
||||
"exclude": [
|
||||
".git",
|
||||
"!node_modules/@types",
|
||||
"dist",
|
||||
]
|
||||
}
|
||||
Ссылка в новой задаче
Block a user