1
0

tsconfig.json 264 B

123456789101112
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "moduleResolution": "node",
  5. "module": "CommonJS",
  6. "declaration": true,
  7. "removeComments": true,
  8. "strictPropertyInitialization": false,
  9. "sourceMap": true,
  10. "allowJs": true
  11. }
  12. }