Skip to content

Commit 4802c57

Browse files
committed
fix: tegg-types publish
1 parent 334e13d commit 4802c57

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

core/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"main": "./index.js",
1212
"files": [
13-
"*.js",
14-
"*.d.ts"
13+
"**/*.js",
14+
"**/*.d.ts"
1515
],
1616
"typings": "index.d.ts",
1717
"scripts": {

core/types/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"baseUrl": "./",
5-
"outDir": "lib"
4+
"baseUrl": "./"
65
},
76
"exclude": [
87
"dist",

core/types/tsconfig.pub.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"baseUrl": "./",
5-
"outDir": "lib"
4+
"baseUrl": "./"
65
},
76
"exclude": [
87
"dist",

0 commit comments

Comments
 (0)