{
	"compilerOptions": {
		"target": "ES5",
		"lib": ["ES2015"],
		"moduleResolution": "node",
		"removeComments": true,
		"baseUrl": ".",
		"module": "commonjs",
		"allowSyntheticDefaultImports": true,
		"noUnusedLocals": true,
		"paths": {},
		"declaration": true
	}
}
