datatables.net-datetime
Version:
DateTime picker for DataTables.net
20 lines • 441 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "bundler",
"lib": ["es2017", "es2016", "dom"],
"allowUnreachableCode": true,
"allowSyntheticDefaultImports": true,
"pretty": true,
"declaration": true,
"skipLibCheck": true,
"outDir": "dist",
"types": [],
"strict": false,
"noImplicitAny": false
},
"files": [
"js/dataTables.dateTime.ts"
]
}