| .gitignore |
|
20 |
| .mocharc.cjs |
|
238 |
| CHANGELOG.md |
|
6521 |
| package.json |
",
"test/src/**"
],
"output": [
"lib/**",
"test/build/**",
"*.tsbuildinfo"
]
},
"build:test": {
"command": "tsc -b test/tsconfig.json"
},
"unit": {
"command": "node --test --test-reporter=spec \"test/build/* |
1626 |
| README.md |
# Puppeteer Angular Schematic |
7459 |
| src |
|
|
| test |
|
|
| tools |
|
|
| tsconfig.json |
/*"],
"exclude": ["src/* |
400 |
| tsdoc.json |
|
336 |