aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 73d2eae03b4223ed78d605d2fe6a46196463105c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"compilerOptions": {
		"moduleResolution": "node",
		"pretty": false,
		"target": "ESNext",
		"module": "ESNext",
		"inlineSources": true,
		"inlineSourceMap": true
	},
	"include": [
		"*.ts"
	],
	"exclude": [
		"node_modules"
	]
}