Skip to content

Commit

Permalink
Update TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 7, 2024
1 parent f4692f0 commit 1b43c64
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"target": "es2022",
"module": "preserve",
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"allowJs": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"noEmit": true
}
}

0 comments on commit 1b43c64

Please sign in to comment.