Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 24, 2024
1 parent 7c1c249 commit 7aa168c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
@@ -1,4 +1,3 @@
{
"editor.formatOnSave": true,
"eslint.experimental.useFlatConfig": true
"editor.formatOnSave": true
}
7 changes: 5 additions & 2 deletions tsconfig.json
Expand Up @@ -2,13 +2,16 @@
"compilerOptions": {
"target": "esnext",
"lib": ["es2022"],
"module": "esnext",
"moduleResolution": "node",
"moduleDetection": "force",
"module": "preserve",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"types": ["node"],
"strict": true,
"noUnusedLocals": true,
"noEmit": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": ["src", "tests"]
Expand Down

0 comments on commit 7aa168c

Please sign in to comment.