diff --git a/packages/create-commandkit/templates/JavaScript/jsconfig.json b/packages/create-commandkit/templates/JavaScript/jsconfig.json index ddbd9e2f..4e77fa74 100644 --- a/packages/create-commandkit/templates/JavaScript/jsconfig.json +++ b/packages/create-commandkit/templates/JavaScript/jsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ESNext", - "moduleResolution": "Bundler", + "moduleResolution": "Node", "module": "Preserve", "allowImportingTsExtensions": true, "esModuleInterop": true, diff --git a/packages/create-commandkit/templates/TypeScript/tsconfig.json b/packages/create-commandkit/templates/TypeScript/tsconfig.json index 3ec7e724..2c06b336 100644 --- a/packages/create-commandkit/templates/TypeScript/tsconfig.json +++ b/packages/create-commandkit/templates/TypeScript/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ESNext", - "moduleResolution": "Bundler", + "moduleResolution": "Node", "module": "Preserve", "allowImportingTsExtensions": true, "esModuleInterop": true,