Refactor: ts type inference

This commit is contained in:
unitwk 2023-01-29 11:50:24 +08:00
parent 66bdea83d8
commit ba27ebf09c

View File

@ -4,7 +4,7 @@
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": false,
"allowJs": true,
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"target": "ES2018",