diff --git a/tsconfig.json b/tsconfig.json index 935835d..dca30ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,15 +3,15 @@ "rootDir": "./src", "outDir": "./dist", "baseUrl": ".", + "target": "ES2020", + "module": "CommonJS", "downlevelIteration": true, - "module": "ESNext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "sourceMap": true, "declaration": true, "declarationMap": true, - "removeComments": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitOverride": true,