aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.eslint.json
blob: 8b91633979bc911f0b6cd992892d8c694b40aa99 (plain)
1
2
3
4
5
6
7
8
{
	"extends": "./tsconfig.base.json",
	"compilerOptions": {
		"allowJs": true,
		"checkJs": true
	},
	"include": ["**/*"]
}