tsconfig.json 189 B

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