File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
blueprint-files/ember-cli-typescript Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 "moduleResolution" : " node" ,
66
77 // Trying to check Ember apps and addons with `allowJs: true` is a recipe
8- // for many unresolveable type errors, because with *considerable* extra
8+ // for many unresolvable type errors, because with *considerable* extra
99 // configuration it ends up including many files which are *not* valid and
1010 // cannot be: they *appear* to be resolve-able to TS, but are in fact not in
11- // valid Node-resolveable locations and may not have TS-ready types. This
11+ // valid Node-resolvable locations and may not have TS-ready types. This
1212 // will likely improve over time
1313 "allowJs" : false ,
1414
6262 "inlineSources" : true ,
6363
6464 // The combination of `baseUrl` with `paths` allows Ember's classic package
65- // layout, which is not resolveable with the Node resolution algorithm, to
65+ // layout, which is not resolvable with the Node resolution algorithm, to
6666 // work with TypeScript.
6767 "baseUrl" : " ." ,
6868 "paths" : <%= pathsFor(dasherizedPackageName) %>
You can’t perform that action at this time.
0 commit comments