UNPKG

@shopify/theme-language-server-common

Version:

<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>

21 lines (20 loc) 500 B
{ "extends": "../../../tsconfig.json", "include": [ "./**/*.ts" ], "compilerOptions": { "outDir": "../dist", "rootDir": ".", "tsBuildInfoFile": "../dist/tsconfig.tsbuildinfo", "paths": { "@shopify/theme-check-common": ["../../theme-check-common/src"], "@shopify/liquid-html-parser": ["../../liquid-html-parser/src"] } }, "references": [ { "path": ".." }, { "path": "../../theme-check-common" }, { "path": "../../liquid-html-parser" } ] }