tsconfig.include-glob.json 147 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs"
  4. },
  5. "include": [
  6. "bar*"
  7. ],
  8. "exclude": [
  9. "*.module.ts"
  10. ]
  11. }