ags init
This commit is contained in:
parent
4f6a0c34d5
commit
6f25d234c3
8 changed files with 253 additions and 0 deletions
15
ags/README.md
Normal file
15
ags/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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:
|
||||
/nix/store/sj2xvzx2xwrlc406hi8zfdwd0c8hzvyk-ags-1.8.2/share/com.github.Aylur.ags/types
|
||||
Loading…
Add table
Add a link
Reference in a new issue