devtools-bp/apps/ns-paystack-demo/tsconfig.json
2023-06-04 20:39:08 +02:00

16 lines
299 B
JSON

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