tsconfig.json
1 { 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "dist", 5 "rootDir": "src" 6 }, 7 "include": ["src"] 8 }
1 { 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "dist", 5 "rootDir": "src" 6 }, 7 "include": ["src"] 8 }