chore: remove redundant tsconfig comments

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-04-12 11:31:35 +00:00
parent 9f5427f056
commit 037809788a
3 changed files with 0 additions and 9 deletions

View File

@@ -8,7 +8,6 @@
"types": ["vite/client"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
@@ -16,7 +15,6 @@
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,