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