Skip to content

Commit aa5d0eb

Browse files
committed
We can have nice things!
1 parent cb181f9 commit aa5d0eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/src/highlighter/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"moduleResolution": "node",
5-
"target": "es2017",
5+
"target": "ES2021",
66
"allowUnreachableCode": false,
77
"allowUnusedLabels": false,
88
"noImplicitReturns": true,
@@ -11,7 +11,7 @@
1111
"sourceMap": true,
1212
"strict": true,
1313
"outDir": "../../../out",
14-
"lib": ["scripthost", "webworker", "es2017"],
14+
"lib": ["scripthost", "webworker", "es2021"],
1515
"types": []
1616
},
1717
"compileOnSave": false

eslint-rules/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"allowJs": true,
44
"checkJs": true,
55
"noEmit": true,
6-
"target": "es2015",
6+
"target": "ES2021",
77
"skipLibCheck": true,
88
"moduleResolution": "node"
99
},

script/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"esModuleInterop": true,
66
"resolveJsonModule": true,
77
"importHelpers": true,
8-
"target": "es2017",
8+
"target": "ES2021",
99
"allowUnreachableCode": false,
1010
"allowUnusedLabels": false,
1111
"noImplicitReturns": true,

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"moduleResolution": "node",
5-
"target": "es2017",
5+
"target": "ES2021",
66
"esModuleInterop": true,
77
"resolveJsonModule": true,
88
"importHelpers": true,
@@ -15,7 +15,7 @@
1515
"jsx": "react",
1616
"strict": true,
1717
"outDir": "./out",
18-
"lib": ["ES2017", "DOM", "DOM.Iterable", "ES2018.Promise", "ES2020.string"],
18+
"lib": ["ES2021", "DOM", "DOM.Iterable"],
1919
"useUnknownInCatchVariables": false
2020
},
2121
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.tsx"],

0 commit comments

Comments
 (0)