ktx/packages/cli/tsconfig.test.json

11 lines
271 B
JSON
Raw Permalink Normal View History

2026-05-25 13:17:46 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": ".",
"tsBuildInfoFile": "./dist/.tsbuildinfo.test"
},
"include": ["src/**/*.ts", "src/**/*.tsx", "test/**/*.ts", "test/**/*.tsx"],
"exclude": ["dist", "node_modules"]
}