Skip to content

Commit

Permalink
ok so we need to update djs first
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <[email protected]>
  • Loading branch information
cobaltt7 committed Oct 26, 2024
1 parent 937f1c5 commit fccdd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"lib": ["ES2023", "ESNext.Disposable"],
"lib": ["ES2023"],
"module": "NodeNext",
"moduleDetection": "force",
"noEmitOnError": true,
Expand All @@ -24,7 +24,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "ES2022",
"target": "ES2023",
"paths": {
"*": ["./common/typedefs/*.d.ts", "./node_modules/@types/*", "./node_modules/*"]
},
Expand Down

0 comments on commit fccdd76

Please sign in to comment.