Files
DianZhanDemo/shared/tsconfig.json
ch197511161 aaaf08e8f3 init6
2025-12-11 02:09:07 +08:00

10 lines
182 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}