There was an error while loading. Please reload this page.
1 parent 99580a7 commit 2a9401fCopy full SHA for 2a9401f
1 file changed
assets/JS/jsconfig.json
@@ -1,6 +1,9 @@
1
-
2
{
3
- "typeAcquisition": {
4
- "include": ["jquery"]
5
- }
6
-}
+ "compilerOptions": {
+ "target": "es6",
+ "lib": ["es6", "dom"]
+ },
+ "typeAcquisition": {
7
+ "include": ["jquery"]
8
+ }
9
+}
0 commit comments