mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 09:20:24 -05:00
Use ES6 as compile target
This commit is contained in:
parent
48492e7594
commit
0e167160f4
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "ES6",
|
||||||
"lib": ["dom", "dom.iterable", "esnext", "ES2020"],
|
"lib": ["dom", "dom.iterable", "esnext", "ES2020"],
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user