diff --git a/tsconfig.json b/tsconfig.json index 863704a..37fb249 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { "target": "ES2020", - "module": "CommonJS", + "module": "Node16", "lib": ["ES2020"], - "moduleResolution": "node", + "moduleResolution": "node16", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, @@ -15,7 +15,6 @@ "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "outDir": "./dist", - "baseUrl": "./", "incremental": true, "strictNullChecks": false, "typeRoots": ["./node_modules/@types"]