synthetic-datepicker
Version:
This is a fast, simple and beauty datepicker library
33 lines (32 loc) • 862 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"module": "commonjs",
"allowJs": false,
"noEmitOnError": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"removeComments": true,
"sourceMap": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noPropertyAccessFromIndexSignature": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowUnreachableCode": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"target": "ES2015",
"baseUrl": "src",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"app/*": ["app/*"]
}
},
"include": ["./src/**/*"]
}