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