fix config
This commit is contained in:
parent
91c8d4a8e9
commit
1fde1370fb
2 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,9 @@
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"composite": true,
|
"composite": true,
|
||||||
|
"types": ["node"],
|
||||||
"ignoreDeprecations": "5.0",
|
"ignoreDeprecations": "5.0",
|
||||||
"types": ["node"]
|
"verbatimModuleSyntax": true,
|
||||||
|
"module": "esnext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,5 @@ export default defineConfig({
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
include: ['esri-loader'],
|
include: ['esri-loader'],
|
||||||
},
|
},
|
||||||
|
base: './',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue