项目文件夹

文件
2026-07-13 13:18:05 +08:00

10 行
161 B
JSON

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