mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-04 06:10:40 -04:00
15 lines
269 B
Markdown
15 lines
269 B
Markdown
|
|
# Starter Config
|
|
|
|
if suggestions don't work, first make sure
|
|
you have TypeScript LSP working in your editor
|
|
|
|
if you do not want typechecking only suggestions
|
|
|
|
```json
|
|
// tsconfig.json
|
|
"checkJs": false
|
|
```
|
|
|
|
types are symlinked to:
|
|
/usr/share/com.github.Aylur.ags/types
|