tsconfig.json 310 B

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