tsconfig.json 206 B

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