Skip to content

Commit

Permalink
remove potentially misleading inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RickDT committed Oct 4, 2023
1 parent 34ba6d7 commit 530c3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
"lib": ["ES5", "DOM", "ES2015.Promise"],
"target": "ES5",
"module": "ESNext", // as required by the TS Rollup plugin, this has no effect on the emitted JS because Babel does the transpiling
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true // Type check only. Rollup runs Babel to compile for lower targets in the next step
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
"lib": ["ES5", "DOM"],
"target": "ES5",
"module": "ESNext", // as required by the TS Rollup plugin, this has no effect on the emitted JS because Babel does the transpiling
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true // Type check only. Rollup runs Babel to compile for lower targets in the next step
}
Expand Down

0 comments on commit 530c3ec

Please sign in to comment.