datemapper
Version:
A lightweight date utility for format conversion, validation, and date manipulation.
19 lines • 393 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true
},
"include": [
"src"
]
}