Reorganise source files into src and web

Use a more traditional source code layout with the code located in the
src/ dir and static web content in the web/ dir, while the other places
are for data not related to code or content.
This commit is contained in:
Hornwitser 2025-02-02 10:37:42 +01:00
parent 82323c9158
commit c8527f17f7
20 changed files with 35 additions and 36 deletions

View file

@ -1,9 +1,8 @@
{
"files": ["cli.ts"],
"include": ["content", "utils"],
"include": ["src"],
"compilerOptions": {
"outDir": "build/node",
"rootDir": ".",
"rootDir": "src",
"jsx": "react-jsx",
"jsxImportSource": "antihtml",