File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
"outputs" : [" {options.outputPath}" ],
10
10
"options" : {
11
11
"outputPath" : " packages/rsbuild-plugin/dist" ,
12
- "main" : " packages/rsbuild-plugin/src/index.ts" ,
12
+ "main" : " packages/rsbuild-plugin/cli/ src/index.ts" ,
13
13
"tsConfig" : " packages/rsbuild-plugin/tsconfig.json" ,
14
14
"assets" : [],
15
15
"project" : " packages/rsbuild-plugin/package.json" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
+ "baseUrl" : " ." ,
5
+ "rootDir" : " ./" ,
4
6
"outDir" : " dist" ,
5
7
"sourceMap" : false ,
6
8
"module" : " es2022" ,
7
9
"target" : " es2022" ,
10
+ "skipLibCheck" : true ,
11
+ "moduleResolution" : " node" ,
8
12
"allowJs" : false ,
9
13
"strict" : true ,
10
14
"types" : [" jest" , " node" ],
15
+ "experimentalDecorators" : true ,
11
16
"resolveJsonModule" : true ,
12
17
"allowSyntheticDefaultImports" : true ,
18
+ "esModuleInterop" : true ,
13
19
"removeComments" : true ,
14
20
"declaration" : true ,
15
21
"paths" : {
You can’t perform that action at this time.
0 commit comments