Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 13, 2023
1 parent 79759dd commit 797acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"noUnusedParameters": true,
"strictBindCallApply": true,
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"target": "ES2018",
"baseUrl": ".",
"noEmitOnError": true,
"downlevelIteration": true,
"incremental": true
Expand Down

0 comments on commit 797acea

Please sign in to comment.