Files
vildhjarta/tsconfig.json
T
Fredrik Johansson f0b123a471 Initial commit: Thön, a Vildhjarta-inspired idle game
Idle/incremental game about a small circle of "bärare" weaving open a
breach to Thön from a disused sawmill in Skellefteå, Sweden. Reskins
the Djupet engine (passive resources, map-click visits, escalating
events, win/lose meters) around Vildhjarta's mythology — masks, the
Thörnepherian language, and a discoverable lore codex.

Vanilla TypeScript + Vite + Leaflet, with generated key art, location
art, and character portraits under public/img/.
2026-08-08 22:01:05 +02:00

14 lines
275 B
JSON

{
"compilerOptions": {
"target": "ES2023",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["src"]
}