mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
prelim refactor commit
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/* Strict Type-Checking Options */
|
||||
"strict": true, /* Enable all strict type-checking options. */
|
||||
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
|
||||
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
||||
// "strictNullChecks": true, /* Enable strict null checks. */
|
||||
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
|
||||
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
|
||||
@@ -54,7 +54,9 @@
|
||||
/* Experimental Options */
|
||||
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
||||
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
|
||||
"maxNodeModuleJsDepth": 5
|
||||
"maxNodeModuleJsDepth": 5,
|
||||
"typeRoots": ["./src/utils/typedefs.js"],
|
||||
// "types": ["./src/utils/typedefs.js"]
|
||||
},
|
||||
"files": ["./src/index.js"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user