Skip to content

Commit 7acea9b

Browse files
Merge branch 'master' of https://github.com/nestjs/schematics
2 parents e4b101c + cb3e503 commit 7acea9b

File tree

3 files changed

+48
-47
lines changed

3 files changed

+48
-47
lines changed

package-lock.json

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"homepage": "https://github.com/nestjs/schematics#readme",
4343
"dependencies": {
44-
"@angular-devkit/core": "17.3.8",
45-
"@angular-devkit/schematics": "17.3.8",
46-
"comment-json": "4.2.3",
44+
"@angular-devkit/core": "17.3.10",
45+
"@angular-devkit/schematics": "17.3.10",
46+
"comment-json": "4.2.5",
4747
"jsonc-parser": "3.3.1",
4848
"pluralize": "8.0.0"
4949
},
@@ -63,7 +63,7 @@
6363
"husky": "9.1.6",
6464
"jest": "29.7.0",
6565
"nyc": "17.1.0",
66-
"release-it": "17.9.0",
66+
"release-it": "17.10.0",
6767
"ts-jest": "29.2.5",
6868
"ts-node": "10.9.2",
6969
"typescript": "5.6.3"

src/lib/application/files/ts/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"outDir": "./dist",
1212
"baseUrl": "./",
1313
"incremental": true,
14+
"forceConsistentCasingInFileNames": true,
1415
"skipLibCheck": true,
1516
"strictNullChecks": <%= strict %>,
1617
"noImplicitAny": <%= strict %>,

0 commit comments

Comments
 (0)