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