From 53ef42cc192996a0e09bba9d5f5f8a70a7932275 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sat, 14 Sep 2024 21:44:33 +0200 Subject: fix: emit cts types (#3093) --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index cc4809da..c8ffb862 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,12 @@ { "compilerOptions": { "target": "ESNext", - "moduleResolution": "node", + "moduleResolution": "Bundler", "module": "ESNext", "strict": true, "noEmit": true, - "declaration": true, "stripInternal": true, "verbatimModuleSyntax": true, - - // These are configs specifically for !build and have to be reverted in the tsconfig.build.json "skipLibCheck": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true -- cgit v1.2.3