We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334e13d commit 4802c57Copy full SHA for 4802c57
core/types/package.json
@@ -10,8 +10,8 @@
10
],
11
"main": "./index.js",
12
"files": [
13
- "*.js",
14
- "*.d.ts"
+ "**/*.js",
+ "**/*.d.ts"
15
16
"typings": "index.d.ts",
17
"scripts": {
core/types/tsconfig.json
@@ -1,8 +1,7 @@
1
{
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
- "baseUrl": "./",
5
- "outDir": "lib"
+ "baseUrl": "./"
6
},
7
"exclude": [
8
"dist",
core/types/tsconfig.pub.json
0 commit comments