UNPKG
@half-elf/bard
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Repository for game mechanics from various d20 systems.
@half-elf/bard
/
tsconfig.json
13 lines
(12 loc)
•
227 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"allowJs"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
}
}