aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 8e22c5517ea84d00c39f15115c5446d11b7d73fd (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,
		"allowSyntheticDefaultImports": true
	},
	"exclude": [ "node_modules" ],
	"files": [
		"./index.ts",
		"./plugin.ts",
    "./lamp.ts"
	]
}