fenghuo/packages/ui/tsconfig.lint.json

9 lines
181 B
JSON
Raw Normal View History

2025-02-18 15:35:03 +08:00
{
2025-05-26 19:56:34 +08:00
"extends": "@repo/typescript-config/react-library.json",
2025-02-18 15:35:03 +08:00
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "turbo"],
"exclude": ["node_modules", "dist"]
}