docker-stock-recording-loop.../tsconfig.json

10 lines
209 B
JSON
Raw Normal View History

2020-04-30 12:53:27 +00:00
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}