Skip to content

Commit 8fa7a70

Browse files
committed
chore: dx
1 parent ca12ba3 commit 8fa7a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/router/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2+
"$schema": "https://json.schemastore.org/tsconfig",
23
"include": [
34
"src/global.d.ts",
45
"src/**/*.ts",
56
"__tests__/**/*.ts",
67
"test-dts/**/*.ts"
78
],
9+
"exclude": ["./dist"],
810
"compilerOptions": {
911
"baseUrl": ".",
1012
"rootDir": ".",

0 commit comments

Comments
 (0)