Switch TS lib to ES2022
This commit is contained in:
		| @@ -3,6 +3,11 @@ | ||||
|   "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], | ||||
|   "exclude": ["src/**/__tests__/*"], | ||||
|   "compilerOptions": { | ||||
|     "lib": [ | ||||
|       "DOM", | ||||
|       "ES2022", | ||||
|       "ESNext" | ||||
|     ], | ||||
|     "composite": true, | ||||
|     "baseUrl": ".", | ||||
|     "paths": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user