- Zavedení yarn workspaces - Sloučení klienta a serveru do jednoho Docker kontejneru - Společný dockerfile, builder - Zbavení se nginx (není již potřeba)
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"include": [
|
|
"src/**/*",
|
|
"../types/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES2016",
|
|
"module": "CommonJS",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "../",
|
|
"strict": true
|
|
}
|
|
} |