Changed default port, added comment, fix for using mikro-orm with typescript
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
"moduleDetection": "force",
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"lib": ["es2022"],
|
||||
"lib": ["ESNext"],
|
||||
"target": "es2022",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
// Strictness
|
||||
"strict": true,
|
||||
@ -46,5 +46,5 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Reference in New Issue
Block a user