docs(rfc): propose SDK developer project tooling feat: rename / docs ci: fix windows gates docs: revert
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../helper" },
|
|
{ "path": "../../ui/app-boot" },
|
|
{ "path": "../../../vendor/cordis" }
|
|
]
|
|
}
|