diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 377218c..040177a 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -1,10 +1,12 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "*" - ] - } - } + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + }, + "lib": ["es2020", "dom"], + "jsx": "preserve" + } } \ No newline at end of file