diff options
Diffstat (limited to 'examples/with-markdoc/tsconfig.json')
-rw-r--r-- | examples/with-markdoc/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/with-markdoc/tsconfig.json b/examples/with-markdoc/tsconfig.json new file mode 100644 index 000000000..0dc098dd7 --- /dev/null +++ b/examples/with-markdoc/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "astro/tsconfigs/strict", + "include": [".astro/types.d.ts", "**/*"], + "exclude": ["dist"], + "compilerOptions": { + "strictNullChecks": true + } +} |