tsconfig.json 228 B

12345678910
  1. {
  2. "extends": "../../tsconfig.json",
  3. "compilerOptions": {
  4. "rootDir": "src",
  5. "outDir": "build"
  6. },
  7. "include": ["./src/**/*"],
  8. "exclude": ["./**/__tests__/**/*"],
  9. "references": [{"path": "../jest-regex-util"}]
  10. }