Files
hypothesis-machine/tsconfig.build.json

7 lines
171 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": { "rootDir": "src", "outDir": "dist", "declaration": true },
"include": ["src/**/*.ts"],
"exclude": ["tests"]
}