{
	"compilerOptions": {
		"module": "ES6",
		"moduleResolution": "node",
		"target": "ES6",
		"strictNullChecks": true,
		"sourceMap": true,
		"allowSyntheticDefaultImports": true,
		"declaration": true,
	},
    "include": [
        "./src/**/*"
    ]
}
