tsconfig.json 162 B

123456789
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "noEmit": true,
  5. "rootDir": "..",
  6. "types": ["node", "bun"]
  7. },
  8. "include": ["./**/*.ts"]
  9. }