diff --git a/tsconfig.json b/tsconfig.json index 8d23599..a973799 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,12 +5,13 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "lib": ["es2018", "dom", "esnext"], }, "references": [ { "path": "./tsconfig.config.json" } - ] + ], }