tsconfig.json 313 B

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