去掉node跑npm run test

This commit is contained in:
yangdan8 2019-03-20 13:59:36 +08:00
parent 0e89f83c0e
commit ce5a331b12

View file

@ -11,7 +11,6 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"sourceMap": true, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",
"types": ["node"],
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["src/*"]
}, },