Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 25, 2024
1 parent 83bcdd5 commit e5829de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"importHelpers": true,
"sourceMap": true,
"rootDir": "./",
"rootDir": "./src",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand All @@ -25,7 +25,7 @@
"esModuleInterop": true,
"target": "ES2017",
"declaration": true,
"declarationDir": "./",
"declarationDir": "src",
"useDefineForClassFields": false,
"declarationMap": true
}
Expand Down

0 comments on commit e5829de

Please sign in to comment.