refactor: simplify css and ts layout

This commit is contained in:
2026-04-14 23:49:07 +02:00
parent dd6f49b1c9
commit bbd876d981
17 changed files with 1877 additions and 381 deletions

View File

@@ -5,13 +5,13 @@
"moduleResolution": "Bundler",
"strict": true,
"noEmitOnError": true,
"outDir": "./static/js",
"rootDir": "./static/ts",
"allowJs": false,
"noEmit": true,
"sourceMap": false,
"removeComments": false,
"skipLibCheck": true
},
"include": [
"static/ts/**/*.ts"
"static/js/**/*.ts"
]
}