mirror of
https://github.com/nilbuild/diffity.git
synced 2026-09-19 07:26:16 +08:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/__tests__", "src/__fixtures__"]
|
|
}
|