first prototype hopefully

This commit is contained in:
2024-07-10 01:32:43 +00:00
parent 9cea90a0d3
commit 9d96d1ecd8
7 changed files with 6170 additions and 0 deletions

18
jsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
"include": [
"node_modules/bc-stubs/bc/**/*.d.ts",
"node_modules/bondage-club-mod-sdk/dist/**/*.d.ts",
"node_modules/@types/tampermokey/**/*.d.ts",
"ambient.d.ts",
"lily.user.js"
],
"compilerOptions": {
"lib": [
"es2022",
"DOM"
],
"checkJs": true,
"strict": true,
"noImplicitOverride": true
}
}