Skip to content

Commit

Permalink
fix(@uform/antd): add typings entry file (#250)
Browse files Browse the repository at this point in the history
* fix(@uform/antd): add typings entry file

* chore(@uform/next): update tsconfig settings

* fix(@uform/next): add typings entry file
  • Loading branch information
atzcl authored and anyuxuan committed Aug 10, 2019
1 parent f3bda20 commit a9063a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "git+https://github.com/alibaba/uform.git"
},
"types": "esm/index.d.ts",
"bugs": {
"url": "https://github.com/alibaba/uform/issues"
},
Expand Down
1 change: 1 addition & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "git+https://github.com/alibaba/uform.git"
},
"types": "esm/index.d.ts",
"bugs": {
"url": "https://github.com/alibaba/uform/issues"
},
Expand Down
16 changes: 4 additions & 12 deletions packages/next/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"declaration": false,
"allowJs": true
"outDir": "./lib"
},
"include": [
"./src/**/*.js",
"./src/**/*.ts",
"./src/**/*.tsx"
],
"exclude": [
"./src/__tests__/*"
]
}
"include": ["./src/**/*.js", "./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./src/__tests__/*"]
}

0 comments on commit a9063a2

Please sign in to comment.