fixed imports on several files
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"baseUrl": "./backend",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
"@/*": ["*"]
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
@@ -27,8 +27,7 @@
|
||||
//"allowImportingTsExtensions": true,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["backend/**/*"
|
||||
],
|
||||
"include": ["backend/**/*"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"frontend",
|
||||
|
||||
Reference in New Issue
Block a user