mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:36:48 +03:00
fix: rollback to es5
This commit is contained in:
parent
9ee821dab3
commit
efdbb64d29
@ -1,10 +1,10 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"target": "es5",
|
||||
"noEmitOnError": false,
|
||||
"removeComments": true,
|
||||
"lib": ["es2016"],
|
||||
"lib": ["es5"],
|
||||
"alwaysStrict": true,
|
||||
"strict": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user