craydent-date
Version:
Node module to extend fs/file system functionality and simplify code for maintainability and readability
21 lines (20 loc) • 485 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"ignoreDeprecations": "5.0",
"strict": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"baseUrl": "./",
"declaration": true,
"target": "es2015",
"sourceMap": true,
"module": "commonjs",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"lib": ["es2017", "dom"]
}
}