Skip to content

Commit

Permalink
Update types comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 8, 2022
1 parent 7dd7d87 commit f8e771e
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/basics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/blog-multiple-authors/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/blog/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-lit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-solid/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/integrations-playground/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/minimal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/ssr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/starter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/subpath/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
// Add type definitions for our Astro runtime.
"types": ["astro/client"]
}
}

0 comments on commit f8e771e

Please sign in to comment.