UNPKG
@attack-monkey/impure
Version:
latest (1.0.1)
1.0.1
1.0.0
A light-weight wrapper for managing impure code
github.com/attack-monkey/impure
attack-monkey/impure
@attack-monkey/impure
/
tsconfig.json
15 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"outDir"
:
"./lib"
,
"declaration"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"lib"
:
[
"es7"
,
"dom"
]
,
"moduleResolution"
:
"node"
,
"strictNullChecks"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
]
}