9 lines
256 B
JSON
9 lines
256 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.sw.json" },
|
|
{ "path": "./tsconfig.scripts.json"}
|
|
]
|
|
}
|