aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 261083174371b585da229c65bf3f906ddee1283f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"compileOnSave": false,
	"compilerOptions": {
		"noEmit": true,
		"declaration": true,
		"moduleResolution": "node"
	},
	"exclude": [
		"test"
	]
}