forked from noxious/server
Added ORM entities
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
// Enable latest features
|
||||
"lib": ["ESNext"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"moduleDetection": "force",
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
|
Reference in New Issue
Block a user