Fixed library nodes not having a default schema
This commit is contained in:
@@ -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/*",
|
||||
|
||||
Reference in New Issue
Block a user