tsconfig.entry-and-include.json 215 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs"
  4. },
  5. "files": [
  6. "app.module.ts",
  7. "foo.component.ts",
  8. "foo.module.ts"
  9. ],
  10. "include": [
  11. "bar.component.ts"
  12. ],
  13. }