astro/packages/internal-helpers/tsconfig.json
Matthew Phillips ffc771e746
Implement support for redirects config in the Vercel adapter (#7182)
* Implement support for redirects config in the Vercel adapter

* Remove unused condition

* Move to a internal helper package
2023-05-23 15:43:24 -04:00

10 lines
186 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"target": "ES2021",
"module": "ES2022",
"outDir": "./dist"
}
}