UNPKG
@open-node/dm
Version:
latest (3.0.0-alpha.2)
3.0.0-alpha.2
2.0.3
2.0.1
2.0.0
1.1.0
1.0.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Dependency Injection Manager for Node.js
github.com/open-node/dm
open-node/dm
@open-node/dm
/
tsconfig.json
14 lines
(13 loc)
•
218 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2018"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
,
"include"
:
[
"./src/*.ts"
]
}