tsconfig.json 200 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "es2022",
  4. "module": "commonjs",
  5. "outDir": "build",
  6. "strict": true,
  7. "esModuleInterop": true
  8. },
  9. "include": ["src"],
  10. "exclude": ["static", "node_scripts"]
  11. }