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

@@ -7,14 +7,12 @@
"types": ["node"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,