返回 html-video
tsconfig.json
根目录 / packages / adapter-hyperframes / tsconfig.json
1 {
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "rootDir": "src",
5 "outDir": "dist",
6 "noEmit": false
7 },
8 "include": ["src/**/*"]
9 }
10
10 lines JSON