diff --git a/tsconfig.app.json b/tsconfig.app.json index 65d936b..df411cd 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -5,7 +5,11 @@ "compilerOptions": { "composite": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", - + "lib": [ + "ESNext", + "DOM", + "DOM.Iterable" + ], "baseUrl": ".", "paths": { "@/*": ["./src/*"]