File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed
modules/openapi-generator/src/main/resources/typescript-nestjs-server Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
1
# compiled output
2
2
/dist
3
3
/node_modules
4
+ /build
4
5
5
6
# Logs
6
7
logs
@@ -41,21 +42,15 @@ lerna-debug.log*
41
42
.env.production.local
42
43
.env.local
43
44
44
- # parcel-bundler cache (https://parceljs.org/)
45
- .cache
46
- .parcel-cache
45
+ # temp directory
46
+ .temp
47
+ .tmp
47
48
48
- # Next.js build output
49
- .next
49
+ # Runtime data
50
+ pids
51
+ *.pid
52
+ *.seed
53
+ *.pid.lock
50
54
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 6
6
" emitDecoratorMetadata" : true ,
7
7
" experimentalDecorators" : true ,
8
8
" allowSyntheticDefaultImports" : true ,
9
- " target" : " ES2020 " ,
9
+ " target" : " ES2023 " ,
10
10
" sourceMap" : true ,
11
11
" outDir" : " ./dist" ,
12
12
" baseUrl" : " ./" ,
13
13
" incremental" : true ,
14
14
" skipLibCheck" : true ,
15
- " strictNullChecks" : false ,
15
+ " strictNullChecks" : true ,
16
+ " forceConsistentCasingInFileNames" : true ,
16
17
" noImplicitAny" : false ,
17
18
" strictBindCallApply" : false ,
18
- " forceConsistentCasingInFileNames" : false ,
19
19
" noFallthroughCasesInSwitch" : false
20
20
}
21
- }
21
+ }
You can’t perform that action at this time.
0 commit comments