diff --git a/tsconfig.json b/tsconfig.json index 34c34d3..c6739c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,11 +3,15 @@ "noEmit": true, "module": "ESNext", "target": "ESNext", - "moduleResolution": "node", + "moduleResolution": "Bundler", + "moduleDetection": "force", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, + "isolatedModules": true, + "verbatimModuleSyntax": true, + "lib": ["ES2022"], "paths": { "@clack/core": ["./packages/core/src"] }