项目文件夹

文件

10 行
209 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"noEmit": true
},
"files": ["./global.d.ts"],
"include": ["./src/**/*", "./preview/**/*"],
"exclude": ["./dist", "../node_modules"]
}