tsconfig.json 208 B

12345678
  1. {
  2. "extends": "../tsconfig.base.json",
  3. "compilerOptions": {
  4. "outDir": "./dist/types"
  5. },
  6. "include": ["src/**/*", "global.d.ts"],
  7. "exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
  8. }