mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
30 lines
560 B
JSON
Executable File
30 lines
560 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": [
|
|
"src/*"
|
|
],
|
|
"@src/*":["src/*"]
|
|
},
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"module": "es2015",
|
|
"target": "es2015",
|
|
"downlevelIteration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react",
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"pub/*",
|
|
],
|
|
} |