mirror of https://github.com/embarklabs/embark.git
24 lines
445 B
JSON
24 lines
445 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"declarationDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-transaction-logger.tsbuildinfo"
|
||
|
},
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../core/core"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../core/i18n"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../core/utils"
|
||
|
}
|
||
|
]
|
||
|
}
|