UNPKG
ts-raycasting
Version:
latest (0.0.14)
0.0.14
0.0.12
Raycasting in typescript
github.com/dderevjanik/ts-raycasting
dderevjanik/ts-raycasting
ts-raycasting
/
.vscode
/
settings.json
10 lines
(9 loc)
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"typescript.tsdk"
:
"node_modules/typescript/lib"
,
"tslint.enable"
:
false
,
"search.exclude"
:
{
"**/node_modules"
:
true
,
"**/bower_components"
:
true
,
"**/dist"
:
true
}
}