Anki/ts/runtime
Damien Elmes 366a697b3a Add a runtime proof of concept
The API extractor integration isn't set up properly yet, so I had
to manually generate the d.ts bundle and copy it into the add-on:

cd ts/runtime
bazel run extract_api
cp ../../.bazel/bin/ts/runtime/extract_api.sh.runfiles/ankidesktop/ts/runtime/dist/anki.d.ts \
  $c/anki_new_format_pack/ts/anki-dts/runtime.d.ts
2022-04-03 23:37:35 +10:00
..
api-extractor.json Add a runtime proof of concept 2022-04-03 23:37:35 +10:00
BUILD.bazel Add a runtime proof of concept 2022-04-03 23:37:35 +10:00
index.ts Add a runtime proof of concept 2022-04-03 23:37:35 +10:00
tsconfig.json Add a runtime proof of concept 2022-04-03 23:37:35 +10:00