ppanel-web/packages/ui/tsconfig.lint.json
2024-11-14 01:22:43 +07:00

9 lines
198 B
JSON

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