mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo.test"
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "test/**/*.ts", "test/**/*.tsx"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|