Skip to content

Commit cc8564d

Browse files
committed
move types
1 parent 146c9f1 commit cc8564d

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"include": ["**/*.ts", "**/*.tsx"],
33
"compilerOptions": {
44
"lib": ["DOM", "DOM.Iterable", "ES2022"],
5-
"types": [],
65
"isolatedModules": true,
76
"esModuleInterop": true,
87
"jsx": "react-jsx",
@@ -17,14 +16,10 @@
1716
"baseUrl": ".",
1817
"paths": {
1918
"~/*": ["./app/*"],
20-
"prisma/*": ["./prisma/*"],
2119
"tests/*": ["./tests/*"]
2220
},
2321
"skipLibCheck": true,
2422
"allowImportingTsExtensions": true,
25-
"typeRoots": ["./types", "./node_modules/@types"],
26-
27-
// Remix takes care of building everything in `remix build`.
2823
"noEmit": true
2924
}
3025
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)