mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
Fix build errors
This commit is contained in:
+3
-1
@@ -15,7 +15,7 @@
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
|
||||
/* Linting - Made much less strict */
|
||||
/* Linting - Made extremely permissive */
|
||||
"strict": false,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
@@ -29,6 +29,8 @@
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"allowUnusedLabels": true,
|
||||
"allowUnreachableCode": true,
|
||||
"noImplicitOverride": false,
|
||||
"noEmitOnError": false,
|
||||
|
||||
/* shadcn */
|
||||
"baseUrl": ".",
|
||||
|
||||
Reference in New Issue
Block a user