{
    "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"
    ]
}