返回 html-video
tsconfig.json
根目录 / tsconfig.json
1 {
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "noEmit": true
5 },
6 "include": ["packages/*/src/**/*", "packages/*/test/**/*"],
7 "exclude": ["**/dist/**", "**/node_modules/**"]
8 }
9
9 lines JSON