UNPKG
@civ-clone/base-unit-spearman
Version:
latest (0.1.0)
0.1.0
This is a template repo.
github.com/civ-clone/base-unit-spearman
civ-clone/base-unit-spearman
@civ-clone/base-unit-spearman
/
tsconfig.json
16 lines
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"declaration"
:
true
,
"lib"
:
[
"es2019"
]
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
,
"strict"
:
true
,
"target"
:
"ES2018"
}
,
"exclude"
:
[
"node_modules"
,
"tests/*.test.ts"
]
}