From cc33a234f6870c45cba960dbbc2efa51b1c23aa1 Mon Sep 17 00:00:00 2001
From: mgred Last update: Sat Jul 24 21:14:14 CEST 2021 Last update: Thu Nov 2 01:33:56 CET 2023
Add a submodule to a project, e.g. types/quickjs
:
git submodule add git@github.com:mgred/quickjs-types.git types/quickjs
git submodule add git@github.com:mgred/quickjs-types.git types/quickjs
Extend tsconfig.json
to use types:
{
+{
"compilerOptions": {
"typeRoots": ["types"]
}
}
Tests
-All tests live in test.ts
. To verify everyting passes, run:
-tsc -p .
+All tests live in test.ts
. To verify everyting passes,
+run:
+tsc -p .
License
-Code in this repository is licensed under the GNU General Public License v3
+Code in this repository is licensed under the GNU General Public
+License v3
Todos
--
-Add more tests
--
-Add more documentation (comments)
+- Add more tests
+- Add more documentation (comments)
-
Last update: Sat Jul 24 21:14:14 CEST 2021
+
Last update: Thu Nov 2 01:33:56 CET 2023