Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 16, 2024
2 parents e4b101c + cb3e503 commit 7acea9b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"homepage": "https://github.com/nestjs/schematics#readme",
"dependencies": {
"@angular-devkit/core": "17.3.8",
"@angular-devkit/schematics": "17.3.8",
"comment-json": "4.2.3",
"@angular-devkit/core": "17.3.10",
"@angular-devkit/schematics": "17.3.10",
"comment-json": "4.2.5",
"jsonc-parser": "3.3.1",
"pluralize": "8.0.0"
},
Expand All @@ -63,7 +63,7 @@
"husky": "9.1.6",
"jest": "29.7.0",
"nyc": "17.1.0",
"release-it": "17.9.0",
"release-it": "17.10.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
1 change: 1 addition & 0 deletions src/lib/application/files/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strictNullChecks": <%= strict %>,
"noImplicitAny": <%= strict %>,
Expand Down

0 comments on commit 7acea9b

Please sign in to comment.