mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
removed unnecessary types
This commit is contained in:
parent
91657fd53f
commit
80f822c76a
2 changed files with 1 additions and 9 deletions
|
@ -10,10 +10,7 @@
|
|||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"anticheat": ["./anticheat/anticheat"]
|
||||
}
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": ["node_modules", "build"]
|
||||
}
|
||||
|
|
5
backend/types/anticheat.d.ts
vendored
5
backend/types/anticheat.d.ts
vendored
|
@ -1,5 +0,0 @@
|
|||
declare module "anticheat" {
|
||||
function validateResult(result): string;
|
||||
|
||||
function validateKeys(result, uid): string;
|
||||
}
|
Loading…
Reference in a new issue