Skip to content

Commit

Permalink
chore(tsconfig): Update tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.roy committed Sep 30, 2024
1 parent 06399f4 commit b17bfcc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"lib": ["ES2021"],
"module": "commonjs",
"lib": [
"ES2023"
],
"module": "NodeNext",
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "ES2021"
"target": "ES2023"
}
}

0 comments on commit b17bfcc

Please sign in to comment.