UNPKG
@react-sigma/layout-random
Version:
latest (5.0.6)
5.0.6
5.0.4
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
2.0.2
2.0.1
2.0.0
React Sigma - Layout random
sim51.github.io/react-sigma
sim51/react-sigma
@react-sigma/layout-random
/
tsconfig.json
13 lines
(12 loc)
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../../tsconfig.json"
,
"compileOnSave"
:
true
,
"include"
:
[
"./src/**/*.ts"
]
,
"composite"
:
true
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./lib"
,
"declarationDir"
:
"./lib"
,
"sourceMap"
:
true
,
}
}