fix: ts 声明 (#4724)

This commit is contained in:
Allen 2022-06-28 16:15:46 +08:00 committed by GitHub
parent c14c085a58
commit 7f6dbf3f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -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": {

View File

@ -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",

View File

@ -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": {

View File

@ -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",