don't change compiler

This commit is contained in:
fyears 2024-01-06 12:04:40 +08:00
parent bd1f8455b0
commit c3f7b584c9

View File

@ -4,7 +4,7 @@
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ESNext",
"target": "es6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
@ -23,4 +23,4 @@
"include": [
"**/*.ts"
]
}
}