tsconfig.build.json 253 B

123456789101112
  1. {
  2. "extends": "../../../tsconfig.shared",
  3. "compilerOptions": {
  4. "outDir": "./lib",
  5. "rootDir": "./src",
  6. "allowJs": true,
  7. "skipLibCheck": true
  8. },
  9. "include": ["./src/**/*.*"],
  10. "exclude": ["./src/**/*.test.ts"],
  11. "references": []
  12. }