chore(fontend-admin): 🔧 Update TypeScript compiler settings in tsconfig.json for strictness, target version adjustments

This commit is contained in:
Lilith 2026-01-25 23:55:40 -08:00
parent 58ace31e23
commit 92af79d658

View file

@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}