You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just checked out the repo and follows the instructions in README. NPM start fails - i noticed there's no build folder. Running tsc manually results in:
➜ typescript-example git:(master) ✗ tsc
node_modules/rxjs/observable/PairsObservable.d.ts(1,1): error TS2688: Cannot find type definition file for 'chai'.
node_modules/rxjs/observable/dom/AjaxObservable.d.ts(1,1): error TS2688: Cannot find type definition file for 'chai'.
src/entity/Post.ts(17,9): error TS2345: Argument of type '{ cascadeInert: boolean; }' is not assignable to parameter of type 'string | ((object: {}) => any)'.
Object literal may only specify known properties, and 'cascadeInert' does not exist in type 'string | ((object: {}) => any)'.
The text was updated successfully, but these errors were encountered:
Just checked out the repo and follows the instructions in README. NPM start fails - i noticed there's no build folder. Running tsc manually results in:
The text was updated successfully, but these errors were encountered: