Use rollup for bundling.
This commit is contained in:
parent
5b96e4a095
commit
245339d8e0
3 changed files with 29 additions and 4 deletions
|
@ -3,11 +3,12 @@
|
|||
"baseUrl": ".",
|
||||
"inlineSourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "CommonJS",
|
||||
"module": "ESNext",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"lib": [
|
||||
"dom",
|
||||
"es5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue