{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"rootDir": ".",
		"allowImportingTsExtensions": true
	},
	"include": [
		"build/**/*",
		"bin/**/*",
		"src/**/*",
		"test/**/*",
		"typings/**/*.d.ts",
		"Gruntfile.cts"
	]
}
