feat: init again

This commit is contained in:
Innei
2021-07-23 16:21:55 +08:00
parent b6766589c9
commit 8a155548c7
9 changed files with 122 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
@@ -13,4 +14,4 @@
"incremental": true,
"skipLibCheck": true
}
}
}