Skip to content

Commit 4731ed6

Browse files
committed
remove redundant tsconfig settings
1 parent 51847ee commit 4731ed6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/typescript/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"isolatedModules": true,
1010
"lib": ["es6", "dom"],
1111
"moduleResolution": "node",
12-
"noEmitHelpers": true,
1312
"noErrorTruncation": true,
1413
"noFallthroughCasesInSwitch": true,
1514
"noImplicitReturns": true,

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"declaration": false,
77
"declarationMap": false,
88
"skipLibCheck": true,
9-
"types": ["node"],
109
// Setting this to `false` causes TS to include the full code for each helper it injects, which allows us to remove
1110
// `tslib` as a dependency, with the advantage that it means we don't have to worry about `tslib` version
1211
// compatibility with our version of TS. Since we now use Sucrase and Rollup for our main builds, this only affects

0 commit comments

Comments
 (0)