File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
packages/rtk-query-codegen-openapi Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
"allowSyntheticDefaultImports" : true ,
5
5
"checkJs" : true ,
6
6
"declaration" : true ,
7
+ "downlevelIteration" : false ,
7
8
"esModuleInterop" : true ,
8
9
"forceConsistentCasingInFileNames" : true ,
10
+ "importHelpers" : true ,
9
11
"isolatedModules" : true ,
12
+ "jsx" : " react" ,
10
13
"module" : " ESNext" ,
11
14
"moduleResolution" : " Bundler" ,
15
+ "noEmit" : true ,
16
+ "noErrorTruncation" : true ,
17
+ "noImplicitReturns" : true ,
12
18
"noUnusedLocals" : false ,
13
19
"outDir" : " lib" ,
14
20
"paths" : {
15
- "@rtk-query/codegen-openapi" : [" ./src/index.ts " ] // @remap-prod-remove-line
21
+ "@rtk-query/codegen-openapi" : [" ./src" ] // @remap-prod-remove-line
16
22
},
17
23
"resolveJsonModule" : true ,
18
- "rootDir" : " ." ,
19
24
"skipLibCheck" : true ,
20
25
"sourceMap" : true ,
21
26
"strict" : true ,
22
27
"target" : " ESNext" ,
23
- "types" : [" vitest/globals" , " vitest/importMeta" ],
24
- "useDefineForClassFields" : true ,
25
- "useUnknownInCatchVariables" : true
26
- },
27
- "exclude" : [" test" , " lib" , " vitest.config.mts" ],
28
- "include" : [" src" ]
28
+ "types" : [" vitest/globals" , " vitest/importMeta" ]
29
+ }
29
30
}
You can’t perform that action at this time.
0 commit comments