Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 21, 2024
1 parent 6a18b39 commit 300755a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/form-core/tsconfig.docs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["tests"]
"include": ["tests"]
}
4 changes: 2 additions & 2 deletions packages/lit-form/tsconfig.docs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./tsconfig.json",
"exclude": ["tests", ".eslintrc.cjs", "vite.config.ts"],
"compilerOptions": {
"paths": {
"@tanstack/form-core": ["../form-core/src"]
}
}
},
"exclude": ["tests", ".eslintrc.cjs", "vite.config.ts"]
}
2 changes: 1 addition & 1 deletion packages/react-form/tsconfig.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@tanstack/form-core": ["../form-core/src"]
}
},
"exclude": ["tests"]
"exclude": ["tests", ".eslintrc.cjs", "vite.config.ts"]
}
4 changes: 2 additions & 2 deletions packages/solid-form/tsconfig.docs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./tsconfig.json",
"exclude": ["tests", ".eslintrc.cjs", "test-setup.ts", "vite.config.ts"],
"compilerOptions": {
"paths": {
"@tanstack/form-core": ["../form-core/src"]
}
}
},
"exclude": ["tests", ".eslintrc.cjs", "vite.config.ts"]
}
4 changes: 2 additions & 2 deletions packages/vue-form/tsconfig.docs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./tsconfig.json",
"exclude": ["src/tests/**/*"],
"compilerOptions": {
"paths": {
"@tanstack/form-core": ["../form-core/src"]
}
}
},
"exclude": ["tests", ".eslintrc.cjs", "vite.config.ts"]
}
3 changes: 1 addition & 2 deletions packages/vue-form/tsconfig.legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"@tanstack/form-core": ["../form-core/src"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/tests/**"]
"include": ["src"]
}

0 comments on commit 300755a

Please sign in to comment.