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