Skip to content

Commit eb50137

Browse files
committed
move typescript files to tests directory
Closes #141
1 parent ccd7edb commit eb50137

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
2-
"include": [
3-
"remix.env.d.ts",
4-
"**/*.ts",
5-
"**/*.tsx",
6-
"./tests/setup/setup-test-env.ts"
7-
],
2+
"include": ["**/*.ts", "**/*.tsx"],
83
"compilerOptions": {
94
"lib": ["DOM", "DOM.Iterable", "ES2022"],
105
"types": [],

0 commit comments

Comments
 (0)