Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Dec 29, 2023
1 parent 0cc83e5 commit 20708ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}

0 comments on commit 20708ca

Please sign in to comment.