From 2c264ec5d3eba24de2fa40d3ce7d4d6391a141bf Mon Sep 17 00:00:00 2001 From: Glitch Date: Mon, 20 Jan 2025 12:16:20 -0600 Subject: [PATCH] fix: update default configs --- template-js/jsconfig.json | 5 ++++- template-ts/tsconfig.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" + } }