Skip to content

Commit 3cee219

Browse files
committed
add comments
1 parent 8ba2985 commit 3cee219

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/solid/tsconfig.solidrouter-types.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"outDir": "./"
99
},
1010

11+
"//": "This type is built separately because it is for a subpath export, which has problems if it is not in the root",
1112
"include": ["src/solidrouter.ts"],
13+
"//": "Without this, we cannot output into the root dir",
1214
"exclude": []
1315
}

packages/solid/tsconfig.types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"outDir": "build/types"
99
},
1010

11+
"//": "This is built separately in tsconfig.solidrouter-types.json",
1112
"exclude": ["src/solidrouter.ts"]
1213
}

0 commit comments

Comments
 (0)