15bc86b5a6
- Added package.json for project dependencies and scripts - Included tsconfig.json for TypeScript configuration
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"types": ["three"]
|
|
}
|
|
}
|