tsconfig.json 185 B

123456789
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "declaration": true,
  5. "removeComments": true,
  6. "strictPropertyInitialization": false,
  7. "sourceMap": true
  8. }
  9. }