better networked model loading

This commit is contained in:
Yeicor
2024-02-17 18:14:27 +01:00
parent a0b8cfe2a8
commit f50efd3701
5 changed files with 89 additions and 85 deletions

View File

@@ -1,5 +1,5 @@
{
"compilerOptions": {
"lib": ["ES2020", "DOM"]
"lib": ["es2015", "DOM"]
}
}