We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46efb9e commit c10125eCopy full SHA for c10125e
1 file changed
content/misc/clasp/index.md
@@ -49,18 +49,14 @@ In particular you will need:
49
50
## Additional Steps for Wykies Library
51
52
-- From inside of the `src` folder
53
- ```sh
54
- cd src
55
- ```
56
- [ ] Add ts_lib
57
- Part of wykies
58
```sh
59
- git submodule add ../ts_lib.git
+ git submodule add ../ts_lib.git src/ts_lib
60
```
61
- Outside of wykies
62
63
- git submodule add git@github.com:wykies/ts_lib.git
+ git submodule add git@github.com:wykies/ts_lib.git src/ts_lib
64
65
66
# Converting an existing Javascript (JS) project to TypeScript (TS)
0 commit comments