Fix build
This commit is contained in:
parent
1cb3288531
commit
379b9a3e8f
|
@ -17,7 +17,7 @@ const config = (format, outputFile) => ({
|
||||||
file: outputFile,
|
file: outputFile,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
typescript({ tsconfig: "tsconfig.json", resolveJsonModule: false }),
|
typescript(),
|
||||||
resolve({
|
resolve({
|
||||||
preferBuiltins: true,
|
preferBuiltins: true,
|
||||||
browser: true,
|
browser: true,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"rootDir": ".",
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"lib": ["dom"],
|
"lib": ["dom"],
|
||||||
|
|
Loading…
Reference in New Issue