{
  "extends": "@hotcakes/tsconfig",
	"compilerOptions": {
		"jsx": "react-jsx",
	},
	"include": ["**/src"],
	"exclude": ["**/node_modules", "**/dist"]
}
