16 lines
283 B
Markdown
16 lines
283 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:
|
||
|
/home/nezia/.local/share/com.github.Aylur.ags/types
|