{
	"compilerOptions": {
		"target": "ES2015",
		"module": "es2015",
		"jsx": "react",
		"strict": true,
		"allowSyntheticDefaultImports": true,
		"esModuleInterop": true,
		"declaration": true,
		"outDir": "dist",
		"skipLibCheck": true
	},
	"exclude": [
		"node_modules",
		"dist"
	]
}
