GitNexus/gitnexus-desktop/tsconfig.json

15 lines
237 B
JSON

{
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames": true
},
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.renderer.json"
}
]
}