mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-01-23 14:20:23 +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/**"]
|
|
}
|