hypermedia blog

static site generator

hypermedia blog

tsconfig.json


{
	"compilerOptions": {
		"lib": [
			"ESNext"
		],
		"module": "esnext",
		"target": "esnext",
		"moduleResolution": "nodenext",
		"strict": true,
		"downlevelIteration": true,
		"skipLibCheck": true,
		"jsx": "preserve",
		"allowSyntheticDefaultImports": true,
		"forceConsistentCasingInFileNames": true,
		"allowJs": true,
		"types": [
			"bun-types",
			"mustache"
		]
	}
}

Download

raw zip tar