mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: ts 声明 (#4724)
This commit is contained in:
parent
c14c085a58
commit
7f6dbf3f2b
@ -4,6 +4,7 @@
|
||||
"description": "amis-core",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"author": "fex",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "2.0.0-rc.20",
|
||||
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm run clean-dist && NODE_ENV=production rollup -c && npm run genDoc && npm run declaration ",
|
||||
"lib": "npm run clean-dist && NODE_ENV=lib rollup -c",
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "amis-ui",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "2.0.0-rc.20",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
|
@ -4,6 +4,7 @@
|
||||
"description": "一种MIS页面生成工具",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"update-snapshot": "jest --updateSnapshot",
|
||||
|
Loading…
Reference in New Issue
Block a user