Commit ce5a331b12355c975a9d4b7f372e78decc986f2c
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,7 +11,6 @@ | ||
11 | "allowSyntheticDefaultImports": true, | 11 | "allowSyntheticDefaultImports": true, |
12 | "sourceMap": true, | 12 | "sourceMap": true, |
13 | "baseUrl": ".", | 13 | "baseUrl": ".", |
14 | - "types": ["node"], | ||
15 | "paths": { | 14 | "paths": { |
16 | "@/*": ["src/*"] | 15 | "@/*": ["src/*"] |
17 | }, | 16 | }, |