Update tsconfig.app.json config (#100)
This commit is contained in:
parent
c02ce1d181
commit
2375b470b0
@ -6,6 +6,8 @@
|
|||||||
"composite": true,
|
"composite": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
"target": "esnext", // 使用ES最新语法
|
||||||
|
"module": "esnext", // 使用ES模块语法
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user