Files
compiler-explorer/etc/scripts/docenizers/tsconfig.json
Jeremy Rifkin 836a2d7005 Tsify generated asm docs (#4388)
* Converted amd64 docs to ts

* 6502

* 6502 part 2

* arm

* avr

* evm

* java

* llvm

* python

* Fix bug with only getting the first paragraph

* Updated help messages
2022-12-02 14:36:10 -05:00

7 lines
101 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["es2021"],
}
}