10 lines
209 B
JSON
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"]
|
||
|
}
|