We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0cfea commit 99ff47cCopy full SHA for 99ff47c
packages/react-app-alias-ex/src/index.js
@@ -98,6 +98,7 @@ function expandPluginsTsChecker(plugins, configPath) {
98
...(opts.compilerOptions || {}),
99
paths,
100
}
101
+ // https://github.com/oklas/react-app-alias/issues/44
102
const typescriptIsString = String(opts.typescript) === opts.typescript
103
const options = typescriptIsString ? {
104
...opts, compilerOptions
0 commit comments