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:
parent
82323c9158
commit
c8527f17f7
20 changed files with 35 additions and 36 deletions
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"files": ["cli.ts"],
|
||||
"include": ["content", "utils"],
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"outDir": "build/node",
|
||||
"rootDir": ".",
|
||||
"rootDir": "src",
|
||||
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "antihtml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue