mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
* trying to fix Backend docker image with lerna * fix dockerfile CMD * Fix Dockerfile build * Fix 3box types Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "./dist",
|
|
"typeRoots": [
|
|
"../@types", "../../node_modules/@types"]
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|