tsconfig.json 272 B

1234567891011
  1. {
  2. "extends": "@briven/config/tsconfig/base.json",
  3. "compilerOptions": {
  4. "lib": ["DOM", "DOM.Iterable", "ES2023"],
  5. "types": [],
  6. "outDir": "./dist",
  7. "rootDir": "./src"
  8. },
  9. "include": ["src"],
  10. "exclude": ["node_modules", "dist", "src/**/*.test.ts"]
  11. }