Quick and dirty typescript setup to get going.
This commit is contained in:
parent
e5ccfeadce
commit
94d01310b9
17 changed files with 99 additions and 14 deletions
server/utils
|
@ -2,7 +2,7 @@
|
|||
|
||||
const _ = require('lodash')
|
||||
|
||||
const Constraints = require('../../shared/validation/constraints')
|
||||
const Constraints = require('../validation/constraints')
|
||||
const ErrorTypes = require('../utils/errorTypes')
|
||||
const Logger = require('../logger')
|
||||
const Validator = require('../validation/validator')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue