Default to es2016.
parent
ffb0ff4ef8
commit
21a907763b
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// Visit https://aka.ms/tsconfig to read more about this file.
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Reference in New Issue