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