"minor" refactor

This commit is contained in:
Ryan Cao 2022-06-09 20:46:12 +08:00
parent 1bc5801d8a
commit ef22044922
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
7 changed files with 48 additions and 36 deletions

View file

@ -3,6 +3,7 @@
"strict": true,
"esModuleInterop": true,
"downlevelIteration": true,
"module": "esnext",
"target": "ES2018",
"moduleResolution": "node",
"rootDir": "src",