Moving typings to the TS client folder
This commit is contained in:
parent
cdfff68672
commit
86756d11dd
|
|
@ -13,6 +13,6 @@
|
|||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../typings/*"
|
||||
"../typings/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../typings/*"
|
||||
"../typings/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue