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