diff options
Diffstat (limited to 'examples/starter/tsconfig.json')
-rw-r--r-- | examples/starter/tsconfig.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/starter/tsconfig.json b/examples/starter/tsconfig.json deleted file mode 100644 index 4db6ee701..000000000 --- a/examples/starter/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - // Enable top-level await, and other modern ESM features. - "target": "ESNext", - "module": "ESNext", - // Enable node-style module resolution, for things like npm package imports. - "moduleResolution": "node", - // Enable JSON imports. - "resolveJsonModule": true, - // Enable stricter transpilation for better output. - "isolatedModules": true, - // Add type definitions for our Astro runtime. - "types": ["astro/client"] - } -} |