slint/editors/vscode/tsconfig.json
Tobias Hunger 1639274486 slintpad/vscode: Get rid of the shared files
Theyre are no more shared files, so move the files
into vscode and set up a syntax check over there.

That was not possible before as the typescript
compiler would error out on the shared files being
outside its root directory.
2024-08-12 12:45:59 +02:00

8 lines
93 B
JSON

{
"files": [],
"references": [
{
"path": "src"
}
]
}