UNPKG
fqtree
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
a flexible quadtree for JavaScript/TypeScript
gitlab.com/evjonell/fqtree
fqtree
/
tsconfig.build.json
15 lines
(14 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"sourceMap"
:
true
,
"noEmit"
:
false
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"dist"
,
"**/*.test.ts"
]
}