Fixed library nodes not having a default schema

This commit is contained in:
ThaumRystra
2025-05-02 13:37:11 +02:00
parent 8453bd9d86
commit d42d2a724e
13 changed files with 134 additions and 91 deletions

View File

@@ -12,6 +12,7 @@
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitAny": false,
"baseUrl": ".",
"preserveSymlinks": true,
"allowJs": true,
@@ -20,7 +21,7 @@
"outDir": "build",
"paths": {
"/*": [
"./*"
"*"
],
"meteor/*": [
"node_modules/@types/meteor/*",