{
	"extends": "tsconfig/react-library.json",
	"compilerOptions": {
		"allowSyntheticDefaultImports": true,
		"allowJs": true
	},
	"include": ["src"],
	"exclude": ["dist", "build", "node_modules"]
}
