Files
TheGame/packages/utils/tsconfig.json
Pacien Boisson 899335594a [WIP] Fix docker with lerna (#8)
* 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>
2020-06-08 00:49:39 -06:00

13 lines
217 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "./dist",
"typeRoots": [
"../@types", "../../node_modules/@types"]
},
"include": [
"./src"
]
}