UNPKG
threejs-dice
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Create 3d dice which can be rolled.
github.com/byWulf/threejs-dice
byWulf/threejs-dice
threejs-dice
/
tsconfig.json
18 lines
•
371 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"noImplicitAny"
:
false
,
"strictNullChecks"
:
false
,
"baseUrl"
:
"../"
,
"typeRoots"
:
[
"../"
]
,
"types"
:
[
]
,
"noEmit"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"files"
:
[
"index.d.ts"
]
}