plano/packages/ui/tsconfig.json
2025-11-23 13:37:15 -08:00

15 lines
281 B
JSON

{
"extends": "@katanemo/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"jsx": "react-jsx",
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}