- Zavedení yarn workspaces - Sloučení klienta a serveru do jednoho Docker kontejneru - Společný dockerfile, builder - Zbavení se nginx (není již potřeba)
15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
// "emitDeclarationOnly": true,
|
|
// "outDir": "./dist",
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"Types.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |