@arroyodev-llc/projen.component.tsconfig-container
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -24,2 +24,6 @@ import { javascript, Component, Project, typescript } from 'projen'; | ||
override?: 'merge-files' | 'merge' | 'overwrite' | 'fail'; | ||
/** | ||
* Overrides to apply to compiler options. | ||
*/ | ||
compilerOptionsOverrides?: Record<string, unknown>; | ||
} | ||
@@ -26,0 +30,0 @@ declare class TypescriptConfigContainer extends Component { |
@@ -10,2 +10,3 @@ { | ||
"devDependencies": { | ||
"@arroyodev-llc/utils.unbuild-composite-preset": "^0.1.2", | ||
"@types/node": "^16", | ||
@@ -15,11 +16,11 @@ "@typescript-eslint/eslint-plugin": "^5", | ||
"eslint": "^8", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"lint-staged": "^13.2.3", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"lint-staged": "^14.0.1", | ||
"npm-check-updates": "^16", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.72.10", | ||
"prettier": "^3.0.2", | ||
"projen": "^0.72.22", | ||
"standard-version": "^9", | ||
@@ -33,3 +34,3 @@ "typescript": "~5.1", | ||
"dependencies": { | ||
"@arroyodev-llc/utils.projen": "0.1.18" | ||
"@arroyodev-llc/utils.projen": "0.1.19" | ||
}, | ||
@@ -41,3 +42,3 @@ "main": "dist/index.mjs", | ||
}, | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"types": "./dist/index.d.ts", | ||
@@ -56,3 +57,3 @@ "type": "module", | ||
], | ||
"packageManager": "pnpm@8.6.2", | ||
"packageManager": "pnpm@8.6.12", | ||
"lint-staged": { | ||
@@ -59,0 +60,0 @@ "*.{ts,tsx,mts,cts,ts,tsx,mts,cts}": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87989
746
17
+ Added@arroyodev-llc/utils.projen@0.1.19(transitive)
+ Added@sindresorhus/is@6.3.1(transitive)
- Removed@arroyodev-llc/utils.projen@0.1.18(transitive)
- Removed@sindresorhus/is@5.6.0(transitive)