Files
portfolio/tsconfig.json
T

9 lines
160 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"types": ["three"]
}
}