Commit ce5a331b12355c975a9d4b7f372e78decc986f2c

Authored by yangdan8
1 parent 0e89f83c

去掉node跑npm run test

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
tsconfig.json
... ... @@ -11,7 +11,6 @@
11 11 "allowSyntheticDefaultImports": true,
12 12 "sourceMap": true,
13 13 "baseUrl": ".",
14   - "types": ["node"],
15 14 "paths": {
16 15 "@/*": ["src/*"]
17 16 },
... ...