other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ce5a331b12355c975a9d4b7f372e78decc986f2c
Authored by
yangdan8
2019-03-20 13:59:36 +0800
1 parent
0e89f83c
去掉node跑npm run test
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
tsconfig.json
Inline
Side-by-side
tsconfig.json
Wrap text
Show/Hide comments
View file @
ce5a331
...
...
@@ -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
},
...
...