Skip to content

Commit 114cfee

Browse files
committed
remove some vinxi types
1 parent 17928a7 commit 114cfee

22 files changed

Lines changed: 6 additions & 25 deletions

File tree

examples/bare/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/basic/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/experiments/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/hackernews/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/notes/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/todomvc/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/with-auth/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

examples/with-drizzle/env.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
/// <reference types="vinxi/types/client" />
2-
31
interface ImportMetaEnv {
42
DB_URL: string;
53
DB_MIGRATIONS_URL: string;
64
SITE_NAME: string;
75
SESSION_SECRET: string;
86
}
9-
7+
108
interface ImportMeta {
11-
readonly env: ImportMetaEnv
9+
readonly env: ImportMetaEnv;
1210
}

examples/with-drizzle/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client", "node"],
13+
"types": ["node"],
1414
"isolatedModules": true,
1515
"paths": {
1616
"~/*": ["./src/*"],

examples/with-mdx/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"allowJs": true,
1111
"strict": true,
1212
"noEmit": true,
13-
"types": ["vinxi/types/client"],
1413
"isolatedModules": true,
1514
"paths": {
1615
"~/*": ["./src/*"]

0 commit comments

Comments
 (0)