成功加载express

This commit is contained in:
linyuchen
2023-10-27 00:51:36 +08:00
parent a404b369c3
commit ab17e3cd30
13 changed files with 1692 additions and 94 deletions

View File

@@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "esnext",
"target": "es6",
"module": "es6",
"outDir": "./dist",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node"