feat: add precompiled popoverjs

This commit is contained in:
chenjiahan
2020-11-25 21:58:50 +08:00
committed by neverland
parent 1794513ae5
commit c8ef32d344
7 changed files with 376 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"outDir": "./lib",
"module": "ES2015",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "node",
"lib": ["esnext", "dom"]
},
"include": ["src/**/*"]
}