Skip to content

Commit

Permalink
refactor: Update tscodfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Jan 4, 2025
1 parent 02a6b4c commit dcc6c5c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
"compilerOptions": {
"incremental": true,
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": [
"ES2022"
],
"rootDirs": [
"src/"
],
"outDir": "dist/",
"resolveJsonModule": true,
"allowJs": false,
"checkJs": false,
"allowJs": true,
"checkJs": true,
"declaration": false,
"noEmit": false,
"isolatedModules": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"removeComments": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit dcc6c5c

Please sign in to comment.