mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
11 lines
228 B
JSON
11 lines
228 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"jsx": "react-jsx"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
||
|
|
"exclude": ["dist", "node_modules"]
|
||
|
|
}
|