File tree 1 file changed +3
-3
lines changed
blueprint-files/ember-cli-typescript
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"moduleResolution" : " node" ,
6
6
7
7
// 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
9
9
// configuration it ends up including many files which are *not* valid and
10
10
// 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
12
12
// will likely improve over time
13
13
"allowJs" : false ,
14
14
62
62
"inlineSources" : true ,
63
63
64
64
// 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
66
66
// work with TypeScript.
67
67
"baseUrl" : " ." ,
68
68
"paths" : <%= pathsFor(dasherizedPackageName) %>
You can’t perform that action at this time.
0 commit comments