diff --git a/template-ts-esm/tsconfig.json b/template-ts-esm/tsconfig.json index 4f0157c..25e2f20 100644 --- a/template-ts-esm/tsconfig.json +++ b/template-ts-esm/tsconfig.json @@ -1,16 +1,16 @@ { - "compilerOptions": { - "resolveJsonModule": true, - "target": "ESNext", - "module": "ESNext", - "outDir": "dist", - "rootDir": "src", - "strict": true, - "esModuleInterop": true, - "noImplicitAny": true, - "strictNullChecks": true, - "importsNotUsedAsValues": "error", - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true - } + "compilerOptions": { + "moduleResolution": "nodenext", + "resolveJsonModule": true, + "target": "ESNext", + "module": "ESNext", + "outDir": "dist", + "rootDir": "src", + "strict": true, + "esModuleInterop": true, + "noImplicitAny": true, + "strictNullChecks": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + } } diff --git a/template-ts/tsconfig.json b/template-ts/tsconfig.json index c87a775..7da08ce 100644 --- a/template-ts/tsconfig.json +++ b/template-ts/tsconfig.json @@ -9,7 +9,6 @@ "esModuleInterop": true, "noImplicitAny": true, "strictNullChecks": true, - "importsNotUsedAsValues": "error", "skipLibCheck": true, "forceConsistentCasingInFileNames": true }