mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
* feat: js sdk * refactor: move js back where it belongs * docs: generate docs using typedoc * feat: sdk versioning scheme * ci: silence pvs warning * docs: bring back old incomplete js docs * style: readAnalog naming * fix: rename script compatibility screens Co-authored-by: あく <alleteam@gmail.com>
13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "CommonJS",
|
|
"noLib": true,
|
|
},
|
|
"include": [
|
|
"./**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
]
|
|
} |