mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
28 lines
540 B
JSON
Executable File
28 lines
540 B
JSON
Executable File
{
|
|
"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/*"
|
|
],
|
|
} |