diff --git a/config/tsconfig.app.json b/config/tsconfig.app.json index 6fab4e3..5010357 100644 --- a/config/tsconfig.app.json +++ b/config/tsconfig.app.json @@ -5,14 +5,12 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", - /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, diff --git a/config/tsconfig.node.json b/config/tsconfig.node.json index 1132806..01001b4 100644 --- a/config/tsconfig.node.json +++ b/config/tsconfig.node.json @@ -4,13 +4,11 @@ "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, - /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, - /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,