astro/examples/docs/tsconfig.json
Julius Marminge feb88afb8c
fix: improve docs example (#4355)
* fix: improve docs example

* final touches

* chore: prettier

* lockfile

* ci?

* downgrade types node

* fresh lockfile

* lockfile and npmrc

* remove debug log

* Merge branch 'main' into docs-template-ts

* merging lockfiles suck

* update lockfile

* satisfy linter
2022-08-29 12:00:08 -04:00

7 lines
116 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "preserve",
"skipLibCheck": true
}
}