add handleEscapeChar

This commit is contained in:
Henry
2023-07-25 00:32:50 +01:00
parent f74d81e14b
commit 2f10d46abc
7 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["ES2020"],
"lib": ["ES2020", "ES2021.String"],
"experimentalDecorators": true /* Enable experimental support for TC39 stage 2 draft decorators. */,
"emitDecoratorMetadata": true /* Emit design-type metadata for decorated declarations in source files. */,
"target": "ES2020", // or higher