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