summaryrefslogtreecommitdiff
path: root/build/extension/tsconfig.base.json
blob: b53356c9c286b8982ccd6123bad1af5d24a5b31d (plain)
1
2
3
4
5
6
7
8
{
	"compilerOptions": {
		"noImplicitAny": true,
		"noImplicitReturns": true,
		"noUnusedLocals": true,
		"noUnusedParameters": true
	}
}