added unit testing, and started implementing unit tests...phew
This commit is contained in:
25
node_modules/winston/tsconfig.json
generated
vendored
Normal file
25
node_modules/winston/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "./",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./node_modules"
|
||||
],
|
||||
"types": ["node"],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"lib/winston/config/index.d.ts",
|
||||
"lib/winston/transports/index.d.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user