{
	"compilerOptions": {
		"module": "commonjs",
		"target": "es5",
		"sourceMap": false,
		"allowJs": true,
		"checkJs": true,
		"noEmit": true,
		"typeAcquisition": {
			"include": [
				"mocha",
				"assert"
			]
		},
		"allowSyntheticDefaultImports": true,
		"esModuleInterop": true,
		"strictBindCallApply": true,
		"strictNullChecks": true,
		"strictPropertyInitialization": true,
		"noImplicitReturns": true,
		"noUnusedLocals": true,
		"allowUnreachableCode": false
	},

	"exclude": [
		"node_modules"
	]
}