Skip to content

Commit 99ff47c

Browse files
committed
style: add task ref #44
1 parent 9b0cfea commit 99ff47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-app-alias-ex/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function expandPluginsTsChecker(plugins, configPath) {
9898
...(opts.compilerOptions || {}),
9999
paths,
100100
}
101+
// https://github.com/oklas/react-app-alias/issues/44
101102
const typescriptIsString = String(opts.typescript) === opts.typescript
102103
const options = typescriptIsString ? {
103104
...opts, compilerOptions

0 commit comments

Comments
 (0)