tsconfig.json 238 B

1234567891011
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "target": "esnext",
  5. "module": "CommonJS",
  6. "moduleResolution": "node",
  7. "noUnusedParameters": false,
  8. "paths": {}
  9. },
  10. "include": ["./*.js", "./.eslintrc.js"]
  11. }