diff --git a/tsconfig.json b/tsconfig.json index c2b1773..00f0103 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,8 @@ "outDir": "dist", "declaration": true, "esModuleInterop": true, - "types": [ - "node" - ] + "lib": ["ES2020", "ES6"], + "moduleResolution": "Node" }, "include": [ "lib/front_matter.ts"