mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
a7693c0e53
Update `embark-pipeline` dependencies. Add unit tests for `embark-pipeline`. Update Embark testing framework to include assertion testsing for API calls and event actions.
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "./dist",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-pipeline.tsbuildinfo"
|
|
},
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../core/utils"
|
|
}
|
|
]
|
|
}
|