File tree Expand file tree Collapse file tree 3 files changed +51
-267
lines changed Expand file tree Collapse file tree 3 files changed +51
-267
lines changed Original file line number Diff line number Diff line change 70
70
"devDependencies" : {
71
71
"@commitlint/cli" : " 17.4.3" ,
72
72
"@commitlint/config-conventional" : " 17.4.3" ,
73
- "@flex-development/mkbuild" : " 1.0.0-alpha.9 " ,
73
+ "@flex-development/mkbuild" : " 1.0.0-alpha.13 " ,
74
74
"@flex-development/mlly" : " 1.0.0-alpha.11" ,
75
75
"@flex-development/pathe" : " 1.0.3" ,
76
76
"@flex-development/tsconfig-utils" : " 1.1.1" ,
84
84
"@types/conventional-recommended-bump" : " 6.1.0" ,
85
85
"@types/dateformat" : " 5.0.0" ,
86
86
"@types/eslint" : " 8.21.1" ,
87
- "@types/fs-extra" : " 11.0.1" ,
88
87
"@types/git-raw-commits" : " 2.0.1" ,
89
88
"@types/is-ci" : " 3.0.0" ,
90
89
"@types/node-notifier" : " 8.0.2" ,
Original file line number Diff line number Diff line change 15
15
"forceConsistentCasingInFileNames" : true ,
16
16
"lib" : [" es2020" ],
17
17
"module" : " esnext" ,
18
- "moduleResolution" : " node " ,
18
+ "moduleResolution" : " bundler " ,
19
19
"newLine" : " lf" ,
20
20
"noEmit" : true ,
21
21
"noErrorTruncation" : true ,
36
36
"preserveSymlinks" : false ,
37
37
"pretty" : true ,
38
38
"resolveJsonModule" : true ,
39
+ "resolvePackageJsonExports" : true ,
40
+ "resolvePackageJsonImports" : true ,
39
41
"rootDir" : " ." ,
40
42
"skipDefaultLibCheck" : false ,
41
43
"skipLibCheck" : true ,
You can’t perform that action at this time.
0 commit comments