{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"noImplicitAny": true,
		"noUnusedLocals": true,
		"noUnusedParameters": true,
		"strictNullChecks": true,
		"removeComments": true,
		"skipLibCheck": true
	},
	"include": [
		"typings/**/*.ts",
		"lib/**/*.ts"
	]
}
