项目文件夹

文件
2026-04-01 12:26:48 +08:00

9 行
153 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["ES2020", "DOM"]
},
"include": ["src/**/*"]
}