mistykey/packages/misskey-js/generator/tsconfig.json
2025-11-05 19:41:08 -05:00

10 lines
307 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.generator.json" },
{ "path": "./tsconfig.autogen.json" },
{ "path": "./tsconfig.scripts.json" }
]
}