UNPKG
hogwart-power
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Show true power of Howart magic
github.com/ireshka/elp-l4-npm-package
ireshka/elp-l4-npm-package
hogwart-power
/
tsconfig.json
14 lines
(13 loc)
•
278 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2017"
,
"es7"
,
"es6"
,
"dom"
]
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
,
"include"
:
[
"src"
]
}