tsconfig.json 268 B

1234567891011121314
  1. {
  2. "extends": "@briven/config/tsconfig/bun.json",
  3. "compilerOptions": {
  4. "outDir": "dist",
  5. "rootDir": "src"
  6. },
  7. "include": ["src"],
  8. "exclude": [
  9. "node_modules",
  10. "dist",
  11. "src/isolate-runtime/loop.ts",
  12. "src/isolate-runtime/server.ts"
  13. ]
  14. }