mistykey/packages/backend/tsconfig.json

10 lines
306 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"files": [],
// WebStorm only reads one tsconfig per directory, so this tricks it into loading both.
"references": [
{ "path": "./tsconfig.scripts.json" },
{ "path": "./tsconfig.backend.json" },
{ "path": "./jsconfig.frontend.json" }
]
}