Skip to content

Commit

Permalink
fix(ci): run ci with legacy-peer-deps argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Nov 30, 2023
1 parent e470ec5 commit d77d8f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
{
"extends": "./node_modules/@tsconfig/node21/tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node",
"rootDirs": ["src"],
"lib": ["ES2022"],
"target": "ES2022",
"composite": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit d77d8f3

Please sign in to comment.