tsconfig.json 239 B

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