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
+3 -4
View File
@@ -1,13 +1,12 @@
{
"compilerOptions": {
"target": "ES2015",
"outDir": "./dist/types",
"module": "ES2015",
"outDir": "./dist",
"module": "ESNext",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "Node"
"moduleResolution": "Node",
},
"include": ["src/**/*"]
}