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