1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "paths": { "@/*": ["./src/*"] }, "plugins": [ { "name": "@astrojs/ts-plugin" } ] }, "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"] }