Skip to content

Commit 8d3ae32

Browse files
committed
chore: align tsconfigs to es2020
1 parent 144973f commit 8d3ae32

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/cache-e2e-tests/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"target": "es2017",
5-
"module": "commonjs",
4+
"target": "ES2020",
5+
"module": "ESNext",
66
"noImplicitAny": false,
77
"declaration": false,
88
"noEmit": true,

packages/dsn-parser/tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.json",
44
"compilerOptions": {
5-
"target": "ES2016",
5+
"target": "ES2020",
66
"module": "ESNext",
77
"rootDir": "./src",
88
"baseUrl": ".",

packages/dsn-parser/tsconfig.jest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.json",
44
"compilerOptions": {
5-
"target": "es2017",
6-
"module": "commonjs",
5+
"target": "ES2020",
6+
"module": "ESNext",
77
"noImplicitAny": false,
88
"declaration": false,
99
"noUnusedLocals": false,

0 commit comments

Comments
 (0)