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