mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-02 22:43:46 +08:00
15 lines
334 B
JSON
15 lines
334 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src",
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"exclude": ["node_modules/**", "dist/**"]
|
||
|
}
|