UNPKG
@storiny/obelisk
Version:
latest (1.1.3)
1.1.3
1.0.0
Build isometrics elements with canvas
github.com/storiny/obelisk
storiny/obelisk
@storiny/obelisk
/
tsconfig.bundle.json
15 lines
(14 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"target"
:
"ES5"
,
"charset"
:
"utf-8"
,
"newLine"
:
"LF"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"types/"
,
"declarationMap"
:
true
}
,
"exclude"
:
[
"src/**/*.test.ts"
,
"rollup.config.ts"
]
}