mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
12 lines
214 B
JSON
12 lines
214 B
JSON
|
|
{
|
||
|
|
"extends": "@katanemo/tsconfig/base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"jsx": "react-jsx"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|
||
|
|
|