betterNAS/packages/ui/tsconfig.json
2026-04-01 03:45:34 +00:00

9 lines
207 B
JSON

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