17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../core/tools" },
|
|
{ "path": "../fs" },
|
|
{ "path": "../../sandbox/sandbox" },
|
|
{ "path": "../../sandbox/sandbox-policy" },
|
|
{ "path": "../../support/invariants" }
|
|
]
|
|
}
|