feat(Poppperjs): add esm output

This commit is contained in:
chenjiahan
2020-12-04 13:31:42 +08:00
parent 1304c6f36b
commit 5f436fc62f
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"outDir": "./lib",
"outDir": "./dist",
"module": "ES2015",
"strict": true,
"declaration": true,