hi-frontend/packages/ui/tsconfig.lint.json
2025-11-26 19:56:16 -08:00

10 lines
229 B
JSON

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