puppeteer/packages/ng-schematics/tsconfig.test.json

11 lines
208 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "test/src/",
"outDir": "test/build/",
2024-01-03 09:57:25 +00:00
"types": ["node"]
},
"include": ["test/src/**/*"],
"exclude": ["test/build/**/*"]
}