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
Thank you for schema-based-json . It's exactly what I need at the moment.
I ran into something when using strict noImplicitAny rules in tsconfig.js. I can work around this, but thought I should bring it up, incase it is something which you can address in future releases.
ERROR in [at-loader] ./node_modules/schema-based-json-editor/dist/index.d.ts:1:27
TS7016: Could not find a declaration file for module 'lodash.tonumber'. '/Users/npaessel/lab/cc/model-feedback/node_modules/lodash.tonumber/index.js' implicitly has an 'any' type.
Try `npm install @types/lodash.tonumber` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash.tonumber';`
ERROR in [at-loader] ./node_modules/schema-based-json-editor/dist/index.d.ts:2:28
TS7016: Could not find a declaration file for module 'lodash.tointeger'. '/Users/npaessel/lab/cc/model-feedback/node_modules/lodash.tointeger/index.js' implicitly has an 'any' type.
Try `npm install @types/lodash.tointeger` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash.tointeger';`
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for schema-based-json . It's exactly what I need at the moment.
I ran into something when using strict noImplicitAny rules in
tsconfig.js
. I can work around this, but thought I should bring it up, incase it is something which you can address in future releases.I hope this is enough information to help you.
Cheers!
Version(if relevant): 1.0.0
7.2.1
Environment(if relevant):
webpack 3.10
awesome-typescript-loader 3.1
typescript 2.5.2
Code(if relevant):
→ schema-based-json-editor/dist/index.d.ts:
→ tsconfig.json
Expected:
Build without errors
Actual:
The text was updated successfully, but these errors were encountered: