Skip to content

Commit d30daa5

Browse files
update to Typescript 4
1 parent 27515dd commit d30daa5

File tree

3 files changed

+322
-303
lines changed

3 files changed

+322
-303
lines changed

Gruntfile.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function make(grunt) {
204204
},
205205
ts: {
206206
options: {
207-
target: "es2020",
207+
target: "es2019", // webpack 4.44 does not yet support a?.b?.c
208208
module: "esnext",
209209
rootDir: "./src",
210210
moduleResolution: "node",

0 commit comments

Comments
 (0)