diff --git a/template-js/jsconfig.json b/template-js/jsconfig.json index 8e3c033..da2f3ea 100644 --- a/template-js/jsconfig.json +++ b/template-js/jsconfig.json @@ -1,3 +1,6 @@ { - "extends": "./.sern/tsconfig.json" + "extends": "./.sern/tsconfig.json", + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/template-ts/tsconfig.json b/template-ts/tsconfig.json index 8e3c033..da2f3ea 100644 --- a/template-ts/tsconfig.json +++ b/template-ts/tsconfig.json @@ -1,3 +1,6 @@ { - "extends": "./.sern/tsconfig.json" + "extends": "./.sern/tsconfig.json", + "compilerOptions": { + "moduleResolution": "node" + } }