simplex-api/tsconfig.json

10 lines
209 B
JSON
Raw Permalink Normal View History

2019-08-24 17:43:06 +02:00
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}