{
    "compilerOptions": {
        "module": "ESNext",
        "noImplicitAny": false,
        "suppressImplicitAnyIndexErrors": true,
        "target": "ES2016",
		"lib": [
			"DOM",
			"ES2015",
			"ES2016",
			"ESNext"
		],
		"sourceRoot": "./",
        "moduleResolution": "node",
		"experimentalDecorators": true,
        "removeComments": true,
        "sourceMap": true,
        "noLib": false,
        "declaration": true
    }
}
