Reverted tsconfig.json, updated package.json
This commit is contained in:
parent
10fd2064ba
commit
cf3b274cd3
13
package.json
13
package.json
@ -7,6 +7,19 @@
|
|||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix"
|
"lint:fix": "eslint . --fix"
|
||||||
},
|
},
|
||||||
|
"imports": {
|
||||||
|
"#application/*": "./src/application/*",
|
||||||
|
"#commands/*": "./src/commands/*",
|
||||||
|
"#entities/*": "./src/entities/*",
|
||||||
|
"#controllers/*": "./src/controllers/*",
|
||||||
|
"#jobs/*": "./src/jobs/*",
|
||||||
|
"#managers/*": "./src/managers/*",
|
||||||
|
"#middleware/*": "./src/middleware/*",
|
||||||
|
"#models/*": "./src/models/*",
|
||||||
|
"#repositories/*": "./src/repositories/*",
|
||||||
|
"#services/*": "./src/services/*",
|
||||||
|
"#events/*": "./src/events/*"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mikro-orm/core": "^6.4.2",
|
"@mikro-orm/core": "^6.4.2",
|
||||||
"@mikro-orm/mariadb": "^6.4.2",
|
"@mikro-orm/mariadb": "^6.4.2",
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
// Enable latest features
|
// Enable latest features
|
||||||
"lib": ["ESNext"],
|
"lib": ["ESNext"],
|
||||||
"target": "ES2022",
|
"target": "ESNext",
|
||||||
"module": "ES2022",
|
"module": "NodeNext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "NodeNext",
|
||||||
"moduleDetection": "force",
|
"moduleDetection": "force",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user