We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beb9d5 commit 00c7e38Copy full SHA for 00c7e38
.changeset/flat-starfishes-melt.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tksst/next-app-additions": minor
3
4
+
5
+Set ECMAScript version in tsconfig.json to ESNEXT. (Browser compatibility is handled by webpack)
src/bin/index.ts
@@ -133,7 +133,7 @@ const main = async (): Promise<void> => {
133
throw new Error("tsconfig.json is in an unexpected format.");
134
}
135
136
- x.target = "ES2015";
+ x.target = "esnext";
137
x.noImplicitOverride = true;
138
x.noImplicitReturns = true;
139
x.noUncheckedIndexedAccess = true;
0 commit comments