UNPKG
xlock
Version:
latest (1.0.1)
1.0.1
1.0.0
Lock For NodeJS.
github.com/xerysherry/xlock
xerysherry/xlock
xlock
/
tsconfig.json
18 lines
•
364 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
: {
"module"
:
"commonjs"
,
"noImplicitAny"
:
false
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./build"
,
"lib"
: [
"dom"
,
"es2015"
], },
"include"
: [
"lib/**/*"
],
"exclude"
: [
"node_modules"
],
//
"files"
: [], }