mirror of
https://github.com/kennethnym/aris.git
synced 2026-04-20 08:41:18 +01:00
chore: remove redundant tsconfig comments
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user