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 51847ee commit 4731ed6Copy full SHA for 4731ed6
packages/typescript/tsconfig.json
@@ -9,7 +9,6 @@
9
"isolatedModules": true,
10
"lib": ["es6", "dom"],
11
"moduleResolution": "node",
12
- "noEmitHelpers": true,
13
"noErrorTruncation": true,
14
"noFallthroughCasesInSwitch": true,
15
"noImplicitReturns": true,
tsconfig.json
@@ -6,7 +6,6 @@
6
"declaration": false,
7
"declarationMap": false,
8
"skipLibCheck": true,
- "types": ["node"],
// Setting this to `false` causes TS to include the full code for each helper it injects, which allows us to remove
// `tslib` as a dependency, with the advantage that it means we don't have to worry about `tslib` version
// compatibility with our version of TS. Since we now use Sucrase and Rollup for our main builds, this only affects
0 commit comments