puppeteer/packages/ng-schematics/test/tsconfig.json
2024-01-11 14:26:02 +00:00

11 lines
208 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "src/",
"outDir": "build/",
"types": ["node"]
},
"include": ["src/**/*"],
"references": [{"path": "../tsconfig.json"}]
}