From dea263421b6b1d2ef3d60d09e7367d1736aed0a5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 5 Mar 2025 14:23:25 +0100 Subject: fix tsconfig --- tsconfig.node.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tsconfig.node.json') diff --git a/tsconfig.node.json b/tsconfig.node.json index db0becc..9c06523 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,18 +1,19 @@ { "compilerOptions": { + "incremental": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2022", - "lib": ["ES2023"], + "lib": [ + "ES2023" + ], "module": "ESNext", "skipLibCheck": true, - /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, - /* Linting */ "strict": true, "noUnusedLocals": true, @@ -20,5 +21,7 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, - "include": ["vite.config.ts"] -} + "include": [ + "vite.config.ts" + ] +} \ No newline at end of file -- cgit v1.3.1