tiff-personal/tsconfig.json
houston[bot] 46709a2b20
Some checks failed
ci / Check for build and type issues (push) Has been cancelled
Initial commit from Astro
2025-04-22 15:19:27 -04:00

13 lines
282 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"baseUrl": ".",
"lib": ["es2022", "dom", "dom.iterable"],
"paths": {
"@/*": ["src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"]
}