{
	"compilerOptions": {
		"target": "es2016",
		"declaration": true,
		"sourceMap": true,

		"strict": false,
		//"strictNullChecks": true,
		"strictFunctionTypes": true,
		"strictBindCallApply": true,
		//"strictPropertyInitialization": true,
		"noImplicitThis": true,
		"useUnknownInCatchVariables": true,
		"alwaysStrict": true,
		"noUnusedLocals": true,
		"noUnusedParameters": true,
		//"exactOptionalPropertyTypes": true,
		"noImplicitReturns": true,
		"noFallthroughCasesInSwitch": true,
		"noUncheckedIndexedAccess": true,
		"noImplicitOverride": true,
		"noPropertyAccessFromIndexSignature": false
	}
}