simplex-api/tsconfig.json
2019-08-24 17:43:06 +02:00

10 lines
209 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}