cache-server/tsconfig.json
Florian Bouillon 35315c5eb9 feat: initial release
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
2023-07-13 15:40:00 +02:00

9 lines
151 B
JSON

{
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
"files": [
"src/index.ts"
],
"compilerOptions": {
"outDir": "dist"
}
}