mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #16532 from overleaf/ab-enable-typechecking-backend-modules
[web] Enable type checking on some backend modules with types GitOrigin-RevId: 74728bf65de34ee3c2f4601a5add8bbb948ce765
This commit is contained in:
committed by
Copybot
parent
03cb24776f
commit
f320d54722
@@ -1,3 +1,4 @@
|
||||
// ts-check
|
||||
const { ObjectId } = require('mongodb')
|
||||
const _ = require('lodash')
|
||||
const { promisify } = require('util')
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// ts-check
|
||||
const _ = require('lodash')
|
||||
const Metrics = require('@overleaf/metrics')
|
||||
const Settings = require('@overleaf/settings')
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// ts-check
|
||||
const Settings = require('@overleaf/settings')
|
||||
const RecurlyWrapper = require('./RecurlyWrapper')
|
||||
const PlansLocator = require('./PlansLocator')
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// ts-check
|
||||
const crypto = require('crypto')
|
||||
const SurveyCache = require('./SurveyCache')
|
||||
const SubscriptionLocator = require('../Subscription/SubscriptionLocator')
|
||||
|
||||
Reference in New Issue
Block a user