Browse Source

fix: cli创建的项目内报错:缺少ts声明文件 (#5033)

perany 6 years atrás
parent
commit
0154756351
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -145,7 +145,7 @@
     "ignoreDependencies": [
       "netlify*",
       "serverless",
-      "express"
+      "^express$"
     ],
     "ignore": [
       ".dockerignore",