File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ module.exports = {
5
5
[
6
6
'babel-plugin-module-resolver' ,
7
7
{
8
- root : [ './src/' ] ,
9
- alias : require ( './tsconfig.json' ) . compilerOptions . paths ,
8
+ root : './' ,
9
+ alias : {
10
+ "lib/utils" : "./src/lib/utils" ,
11
+ "lib/styles" : "./src/lib/styles" ,
12
+ "lib/types" : "./src/lib/types"
13
+ } ,
10
14
} ,
11
15
] ,
12
16
] ,
13
- }
17
+ }
Original file line number Diff line number Diff line change 11
11
"target" : " esnext" ,
12
12
"skipLibCheck" : true ,
13
13
"noImplicitAny" : false ,
14
- "baseUrl" : " ." ,
14
+ "baseUrl" : " ./ " ,
15
15
"paths" : {
16
- "lib/ *" : [" src/lib /*" ]
16
+ "*" : [" src/* " , " node_modules /*" ]
17
17
},
18
18
"declaration" : false
19
19
},
Original file line number Diff line number Diff line change @@ -3009,7 +3009,7 @@ babel-plugin-macros@^2.6.1:
3009
3009
cosmiconfig "^6.0.0"
3010
3010
resolve "^1.12.0"
3011
3011
3012
- babel-plugin-module-resolver@^ 4.0.0:
3012
+ babel-plugin-module-resolver@4.0.0:
3013
3013
version "4.0.0"
3014
3014
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.0.0.tgz#8f3a3d9d48287dc1d3b0d5595113adabd36a847f"
3015
3015
integrity sha512-3pdEq3PXALilSJ6dnC4wMWr0AZixHRM4utpdpBR9g5QG7B7JwWyukQv7a9hVxkbGFl+nQbrHDqqQOIBtTXTP/Q==
@@ -13416,7 +13416,7 @@ ts-loader@4.x.x:
13416
13416
micromatch "^3.1.4"
13417
13417
semver "^5.0.1"
13418
13418
13419
- ts-loader@^ 7.0.0:
13419
+ ts-loader@7.0.0:
13420
13420
version "7.0.0"
13421
13421
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-7.0.0.tgz#7c74dfa8956e3e33b91d98d4ed7b6f7575c35c25"
13422
13422
integrity sha512-qq9iPK235Xf/uPS1I72CIwB8qpbW0rys3entnXO+rIo2km50lMmeHKCNn1m047W6Sk4kceF6n5NWEnq/V8xdYQ==
@@ -13446,7 +13446,7 @@ tsconfig-paths@^3.1.1:
13446
13446
minimist "^1.2.0"
13447
13447
strip-bom "^3.0.0"
13448
13448
13449
- tsdx@^ 0.13.2:
13449
+ tsdx@0.13.2:
13450
13450
version "0.13.2"
13451
13451
resolved "https://registry.yarnpkg.com/tsdx/-/tsdx-0.13.2.tgz#e6b0d5e52fadb3dd993c26887b9b75acd438cd05"
13452
13452
integrity sha512-x+GzQ/BEiaJvmfxoDqr0iJOwla6VxMllbAmJXrJbn/l9GGG/G188S3r6fgoDoAIYiqXdYEZdqEuLFCGj5WBSmQ==
You can’t perform that action at this time.
0 commit comments