mirror of https://github.com/embarklabs/embark.git
62 lines
1.0 KiB
JSON
62 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "./dist",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark.tsbuildinfo"
|
|
},
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [
|
|
"src/bin/**/*",
|
|
"src/cmd/**/*",
|
|
"src/lib/**/*"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../core/code-runner"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
},
|
|
{
|
|
"path": "../core/engine"
|
|
},
|
|
{
|
|
"path": "../core/i18n"
|
|
},
|
|
{
|
|
"path": "../core/logger"
|
|
},
|
|
{
|
|
"path": "../core/reset"
|
|
},
|
|
{
|
|
"path": "../core/utils"
|
|
},
|
|
{
|
|
"path": "../plugins/deploy-tracker"
|
|
},
|
|
{
|
|
"path": "../plugins/graph"
|
|
},
|
|
{
|
|
"path": "../plugins/solidity"
|
|
},
|
|
{
|
|
"path": "../plugins/suggestions"
|
|
},
|
|
{
|
|
"path": "../plugins/transaction-logger"
|
|
},
|
|
{
|
|
"path": "../stack/compiler"
|
|
},
|
|
{
|
|
"path": "../stack/contracts-manager"
|
|
},
|
|
{
|
|
"path": "../utils/testing"
|
|
}
|
|
]
|
|
}
|