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