mistykey/packages/frontend/tsconfig.json
2025-11-05 19:41:09 -05:00

11 lines
351 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.vue.json" },
{ "path": "./tsconfig.vue.storybook.json" },
{ "path": "./tsconfig.storybook.json" }
]
}