generated from template/slidev-template
fix: update import paths and enhance error handling in IP fetching
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
"sourceMap": false,
|
||||
"allowJs": true,
|
||||
"newLine": "LF",
|
||||
"baseUrl": "./",
|
||||
"strict": false,
|
||||
"typeRoots": [
|
||||
"node",
|
||||
"node_modules/@types",
|
||||
],
|
||||
"declaration": false,
|
||||
@@ -20,10 +21,10 @@
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/*"
|
||||
"./src/*"
|
||||
],
|
||||
"@agent/*": [
|
||||
"agent/*"
|
||||
"./agent/*"
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user