astro/examples/framework-multiple/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
165 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
// Needed for TypeScript intellisense in the template inside Vue files
"jsx": "preserve"
}
2021-08-13 23:32:55 +00:00
}