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