UNPKG
apr144-dbscan
Version:
latest (1.1.1-51524)
1.1.1-51524
Customizable DBSCAN clustering for arbitrary datasets
github.com/cdxOo/dbscan
alexpreynolds/dbscan
apr144-dbscan
/
test
/
module-interface
/
ts-entrypoint
/
tsconfig.json
12 lines
(11 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}