tsconfig.json 335 B

12345678910111213
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "module": "NodeNext",
  5. "moduleResolution": "NodeNext",
  6. "declaration": true,
  7. "removeComments": true,
  8. "strictPropertyInitialization": false,
  9. "sourceMap": true,
  10. "allowJs": true
  11. },
  12. "exclude": ["node_modules"]
  13. }