express initialized with demo endpoint
This commit is contained in:
parent
ca9f480026
commit
fc3a4b31c1
4 changed files with 357 additions and 6 deletions
11
backend/api/tsconfig.json
Normal file
11
backend/api/tsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ES2020",
|
||||
"sourceMap": true,
|
||||
"outDir": "build"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue