wallet-core/tsconfig.build.json

22 lines
339 B
JSON
Raw Normal View History

2020-08-20 10:24:52 +02:00
{
"compileOnSave": true,
"compilerOptions": {
"composite": true,
},
"references": [
{
"path": "packages/idb-bridge/"
},
{
"path": "packages/taler-wallet-core/"
},
{
"path": "packages/taler-integrationtests"
},
{
"path": "packages/taler-wallet-cli"
}
],
"files": []
}