{
	"extends": "./tsconfig.json",
	"include": [
		"**/*.ts"
	],
	"exclude": [
		"**/build/**",
		"**/node_modules/**"
	]
}
