Files
Landing-Page/tsconfig.json
Akilan Selvacoumar ba5d6d24ef Initial commit
2023-02-12 22:29:37 +00:00

12 lines
183 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
}