add dts bundle to package .d.ts

This commit is contained in:
pengfei.zhou
2020-01-03 15:28:33 +08:00
committed by osborn
parent 7cde16a75d
commit 3d021754a2
3 changed files with 1064 additions and 3 deletions

6
doric-js/dts-bundle.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "doric",
"baseDir": "./",
"main": "lib/index.d.ts",
"out": "./index.d.ts"
}