Skip to content

Commit

Permalink
chore: clean tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Dec 19, 2024
1 parent f691e18 commit e58ad5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"compilerOptions": {
"target": "esnext",
"strict": true,
"declaration": true,
"declaration": false,
"skipLibCheck": true,
"esModuleInterop": true,
"downlevelIteration": true,
"resolveJsonModule": true,
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"outDir": "./lib"
"moduleResolution": "node"
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit e58ad5e

Please sign in to comment.