panel-web/packages/ui/tsconfig.lint.json

9 lines
186 B
JSON

{
"compilerOptions": {
"outDir": "dist"
},
"exclude": ["node_modules", "dist"],
"extends": "@workspace/typescript-config/react-library.json",
"include": ["src", "turbo"]
}