forked from kaorun343/vue-typescript-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdtsm.json
More file actions
32 lines (32 loc) · 722 Bytes
/
dtsm.json
File metadata and controls
32 lines (32 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"repos": [
{
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"ref": "master"
}
],
"path": "typings",
"bundle": "typings/bundle.d.ts",
"link": {
"npm": {
"include": true
}
},
"dependencies": {
"node/node.d.ts": {
"ref": "78d36dd49b6b55b9fdfe61776a12bf05c8b07777"
},
"jquery/jquery.d.ts": {
"ref": "78d36dd49b6b55b9fdfe61776a12bf05c8b07777"
},
"bootstrap/bootstrap.d.ts": {
"ref": "78d36dd49b6b55b9fdfe61776a12bf05c8b07777"
},
"vue/vue.d.ts": {
"ref": "b14601af3fb2ad72d5048e94188a569a1838fb9c"
},
"vue-router/vue-router.d.ts": {
"ref": "b14601af3fb2ad72d5048e94188a569a1838fb9c"
}
}
}