diff --git a/tsconfig.json b/tsconfig.json index 6b72601..0965d14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,13 @@ { "include": ["src"], "compilerOptions": { - /* Target node12 */ + /* Target node 14 */ "module": "CommonJS", - "lib": ["ES2019"], - "target": "ES2019", + "lib": ["ES2020"], + "target": "ES2020", "declaration": true, "outDir": "dist", + "skipLibCheck": true, /* Imports */ "moduleResolution": "node", // Allow `index` imports