devtools-bp/apps/ns-paystack-demo/tsconfig.json
2023-06-11 15:59:11 +02:00

16 lines
253 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"esModuleInterop": true
}
}