Skip to content

Commit

Permalink
style: add task ref #44
Browse files Browse the repository at this point in the history
  • Loading branch information
oklas committed Mar 28, 2022
1 parent 9b0cfea commit 99ff47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-app-alias-ex/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function expandPluginsTsChecker(plugins, configPath) {
...(opts.compilerOptions || {}),
paths,
}
// https://github.com/oklas/react-app-alias/issues/44
const typescriptIsString = String(opts.typescript) === opts.typescript
const options = typescriptIsString ? {
...opts, compilerOptions
Expand Down

0 comments on commit 99ff47c

Please sign in to comment.