build: using rollup-plugin-esbuild

This commit is contained in:
chenjiahan
2021-11-11 11:08:02 +08:00
parent 2bfbe5f86e
commit 74bc0879c4
12 changed files with 80 additions and 112 deletions
+2 -4
View File
@@ -2,13 +2,11 @@
"compilerOptions": {
"target": "ES2015",
"outDir": "./dist",
"module": "ES2015",
"module": "ESNext",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"lib": ["esnext", "dom"]
"moduleResolution": "Node",
},
"include": ["src/**/*"]
}