Automatically create shortlinks for your Astro site
1{
2 "compilerOptions": {
3 "moduleResolution": "nodenext",
4 "module": "nodenext",
5 "target": "es2022",
6 "declaration": true,
7 "strict": true,
8 "skipLibCheck": true,
9 "verbatimModuleSyntax": true,
10 "forceConsistentCasingInFileNames": true,
11 "outDir": "./dist"
12 },
13 "include": ["src"]
14}