astro-sst
Version:
Adapter that allows Astro to deploy your site to AWS utilizing SST.
17 lines (16 loc) • 354 B
JSON
{
"include": ["src"],
"compilerOptions": {
"declaration": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"resolveJsonModule": true,
"module": "esnext",
"outDir": "./dist",
"target": "ES2020"
}
}