UNPKG
ptz-copy
Version:
latest (1.0.1)
1.0.1
1.0.0
ptz-copy allows you to copy javascripts objects
github.com/angeloocana/ptz-copy
angeloocana/ptz-copy
ptz-copy
/
tsconfig.json
18 lines
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"noImplicitAny"
:
false
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"target"
:
"ES6"
,
"sourceMap"
:
true
,
"listFiles"
:
false
,
"outDir"
:
"dist/"
}
,
"include"
:
[
"typings/**/*.d.ts"
,
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}