tsconfig.release.json 141 B

12345678
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "sourceMap": false,
  5. "removeComments": true
  6. },
  7. "include": ["src/**/*"]
  8. }