first prototype hopefully
This commit is contained in:
18
jsconfig.json
Normal file
18
jsconfig.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user