chore(fontend-admin): 🔧 Update TypeScript compiler settings in tsconfig.json for strictness, target version adjustments
This commit is contained in:
parent
58ace31e23
commit
92af79d658
1 changed files with 12 additions and 0 deletions
12
features/truth-validation/frontend-admin/tsconfig.json
Normal file
12
features/truth-validation/frontend-admin/tsconfig.json
Normal 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"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue