Skip to content

Commit

Permalink
chore: enable ts strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 24, 2023
1 parent 32650f1 commit 82d68c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Expand Up @@ -2,9 +2,9 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,
"declaration": true
"moduleResolution": "Node",
"esModuleInterop": true,
"strict": true
},
"include": ["src", "test"]
}

0 comments on commit 82d68c7

Please sign in to comment.