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