postiz-app/apps/backend/tsconfig.json
2024-03-11 20:16:37 +07:00

17 lines
299 B
JSON

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