Default to es2016.

pull/11/head
Joshua Potter 2023-12-01 17:55:27 -07:00
parent ffb0ff4ef8
commit 21a907763b
1 changed files with 1 additions and 1 deletions

View File

@ -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,