Skip to content

Commit 4193441

Browse files
authored
Merge pull request #1504 from jacobq/typo-unresolveable
docs: fix spelling resolveable -> resolvable
2 parents d2ce222 + 01457da commit 4193441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blueprint-files/ember-cli-typescript/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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

@@ -62,7 +62,7 @@
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) %>

0 commit comments

Comments
 (0)