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

11 lines
217 B
JSON
Raw Normal View History

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