File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 9
9
"isolatedModules" : true ,
10
10
"lib" : [" es6" , " dom" ],
11
11
"moduleResolution" : " node" ,
12
- "noEmitHelpers" : true ,
13
12
"noErrorTruncation" : true ,
14
13
"noFallthroughCasesInSwitch" : true ,
15
14
"noImplicitReturns" : true ,
Original file line number Diff line number Diff line change 6
6
"declaration" : false ,
7
7
"declarationMap" : false ,
8
8
"skipLibCheck" : true ,
9
- "types" : [" node" ],
10
9
// Setting this to `false` causes TS to include the full code for each helper it injects, which allows us to remove
11
10
// `tslib` as a dependency, with the advantage that it means we don't have to worry about `tslib` version
12
11
// compatibility with our version of TS. Since we now use Sucrase and Rollup for our main builds, this only affects
You can’t perform that action at this time.
0 commit comments