Skip to content

Commit

Permalink
xstream-595 typescript 5 migration + eslint 8 (#567)
Browse files Browse the repository at this point in the history
xstream-595 typescript 5 migration + eslint 8
  • Loading branch information
fatb38 authored Sep 17, 2024
2 parents 60faf3a + 3409e48 commit c260a6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions apps/automate-scan/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"declarationMap": false,
"declaration": false,
"sourceMap": false,
"composite": false,
"typeRoots": ["./src/types"]
"composite": false
},
"references": [
{
Expand Down
3 changes: 1 addition & 2 deletions apps/core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"declaration": false,
"sourceMap": false,
"composite": false,
"resolveJsonModule": true,
"typeRoots": ["./src/_types"]
"resolveJsonModule": true
},
"references": [
{
Expand Down
3 changes: 1 addition & 2 deletions apps/logs-collector/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"declaration": false,
"sourceMap": false,
"composite": false,
"resolveJsonModule": true,
"typeRoots": ["./src/_types"]
"resolveJsonModule": true
},
"references": [
{
Expand Down
3 changes: 1 addition & 2 deletions apps/sync-scan/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"isolatedModules": false,
"declarationMap": false,
"declaration": false,
"sourceMap": false,
"typeRoots": ["./src/_types"]
"sourceMap": false
},
"references": [
{
Expand Down

0 comments on commit c260a6f

Please sign in to comment.