Commit 344e59ad authored by KunQuan's avatar KunQuan

build(typescript): change about typescript plugin

parent 0f25fdc4
......@@ -28,6 +28,7 @@
"rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
}
......
......@@ -4,7 +4,7 @@ import json from '@rollup/plugin-json';
import { terser } from "rollup-plugin-terser";
import { getBabelOutputPlugin } from "@rollup/plugin-babel";
import del from 'rollup-plugin-delete';
import typescript from '@rollup/plugin-typescript'
import typescript from 'rollup-plugin-typescript2'
export default {
input: "src/main.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment