diff --git a/tsconfig.json b/tsconfig.json index cbf3b94..a6c41a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,13 @@ { "compilerOptions": { "strict": true, - "target": "ESNext", + "target": "esnext", "declaration": true, "emitDeclarationOnly": true, "noImplicitAny": false, "moduleResolution": "Node", "esModuleInterop": true, + "module": "esnext", "allowImportingTsExtensions": true, "resolveJsonModule": true, "rootDir": "src",