File tree Expand file tree Collapse file tree 5 files changed +29
-41
lines changed
modules/openapi-generator/src/main/resources/typescript-nestjs-server
samples/server/petstore/typescript-nestjs-server/builds/default Expand file tree Collapse file tree 5 files changed +29
-41
lines changed Original file line number Diff line number Diff line change 11generatorName : typescript-nestjs-server
2- outputDir : samples/server/petstore/typescript-nestjs-server
2+ outputDir : samples/server/petstore/typescript-nestjs-server/builds/default
33inputSpec : modules/openapi-generator/src/test/resources/3_0/petstore.yaml
44templateDir : modules/openapi-generator/src/main/resources/typescript-nestjs-server
Original file line number Diff line number Diff line change 11# compiled output
22/dist
33/node_modules
4+ /build
45
56# Logs
67logs
@@ -41,21 +42,15 @@ lerna-debug.log*
4142.env.production.local
4243.env.local
4344
44- # parcel-bundler cache (https://parceljs.org/)
45- .cache
46- .parcel-cache
45+ # temp directory
46+ .temp
47+ .tmp
4748
48- # Next.js build output
49- .next
49+ # Runtime data
50+ pids
51+ *.pid
52+ *.seed
53+ *.pid.lock
5054
51- # Nuxt.js build / generate output
52- .nuxt
53- dist
54-
55- # Storybook build outputs
56- .out
57- .storybook-out
58-
59- # Temporary folders
60- tmp/
61- temp/
55+ # Diagnostic reports (https://nodejs.org/api/report.html)
56+ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Original file line number Diff line number Diff line change 66 " emitDecoratorMetadata" : true ,
77 " experimentalDecorators" : true ,
88 " allowSyntheticDefaultImports" : true ,
9- " target" : " ES2020 " ,
9+ " target" : " ES2023 " ,
1010 " sourceMap" : true ,
1111 " outDir" : " ./dist" ,
1212 " baseUrl" : " ./" ,
1313 " incremental" : true ,
1414 " skipLibCheck" : true ,
15- " strictNullChecks" : false ,
15+ " strictNullChecks" : true ,
1616 " noImplicitAny" : false ,
1717 " strictBindCallApply" : false ,
18- " forceConsistentCasingInFileNames" : false ,
1918 " noFallthroughCasesInSwitch" : false
2019 }
21- }
20+ }
Original file line number Diff line number Diff line change 11# compiled output
22/dist
33/node_modules
4+ /build
45
56# Logs
67logs
@@ -41,21 +42,15 @@ lerna-debug.log*
4142.env.production.local
4243.env.local
4344
44- # parcel-bundler cache (https://parceljs.org/)
45- .cache
46- .parcel-cache
45+ # temp directory
46+ .temp
47+ .tmp
4748
48- # Next.js build output
49- .next
49+ # Runtime data
50+ pids
51+ * .pid
52+ * .seed
53+ * .pid.lock
5054
51- # Nuxt.js build / generate output
52- .nuxt
53- dist
54-
55- # Storybook build outputs
56- .out
57- .storybook-out
58-
59- # Temporary folders
60- tmp /
61- temp /
55+ # Diagnostic reports (https://nodejs.org/api/report.html)
56+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
Original file line number Diff line number Diff line change 66 "emitDecoratorMetadata" : true ,
77 "experimentalDecorators" : true ,
88 "allowSyntheticDefaultImports" : true ,
9- "target" : " ES2020 " ,
9+ "target" : " ES2023 " ,
1010 "sourceMap" : true ,
1111 "outDir" : " ./dist" ,
1212 "baseUrl" : " ./" ,
1313 "incremental" : true ,
1414 "skipLibCheck" : true ,
15- "strictNullChecks" : false ,
15+ "strictNullChecks" : true ,
1616 "noImplicitAny" : false ,
1717 "strictBindCallApply" : false ,
18- "forceConsistentCasingInFileNames" : false ,
1918 "noFallthroughCasesInSwitch" : false
2019 }
21- }
20+ }
You can’t perform that action at this time.
0 commit comments