betterNAS/packages/ui/tsconfig.json
2026-03-31 23:50:51 -04:00

9 lines
207 B
JSON

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