UNPKG
entity-diff
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
A simple entity diff generator.
github.com/Throyer/entity-diff
Throyer/entity-diff
entity-diff
/
tsconfig.json
16 lines
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"ES6"
,
"DOM"
,
"ES2017"
]
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
false
,
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}