mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware2-Desktop
synced 2025-04-29 03:26:37 +00:00
更新 tsconfig.web.json,添加模块选项为 esnext
This commit is contained in:
parent
0d7e7f2ae0
commit
ef11d48590
@ -6,6 +6,7 @@
|
|||||||
"src/renderer/src/**/*.vue",
|
"src/renderer/src/**/*.vue",
|
||||||
"src/preload/*.d.ts"
|
"src/preload/*.d.ts"
|
||||||
],
|
],
|
||||||
|
"module": "esnext",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user