mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
15 lines
280 B
JSON
15 lines
280 B
JSON
|
|
{
|
||
|
|
"extends": "@katanemo/tsconfig/base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"baseUrl": "./src",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|