mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-09 16:32:07 +08:00
初始化3.0.0版本
This commit is contained in:
28
km-console/packages/layout-clusters-fe/tsconfig.json
Executable file
28
km-console/packages/layout-clusters-fe/tsconfig.json
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true,
|
||||
"target": "es2015",
|
||||
"module": "esnext",
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@src/*":["src/*"]
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules/**",
|
||||
"dist/*",
|
||||
"examples/*",
|
||||
"src/packages/*"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user