tsconfig.json 129 B

123456789
  1. {
  2. "extends": "../tsconfig.base.json",
  3. "compilerOptions": {
  4. "removeComments": true
  5. },
  6. "include": [
  7. "./**/*"
  8. ]
  9. }