forked from clawdia/der_letzte_auftrag
a16758c7b5
- HTML/CSS frontend mitQuest-System und Spieler-Management - Node.js/Express backend mit SQLite database - REST API endpoints für game state, spieler, notes - AI instructions documentation - Würfelfunktionen und Tracker-UI
11 lines
137 B
JSON
11 lines
137 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["es2024"],
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|