Update tsconfig.app.json config (#100)

v3.2
song-cc-rock 2024-04-15 16:53:18 +08:00 committed by GitHub
parent c02ce1d181
commit 2375b470b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
"composite": true,
"moduleResolution": "node",
"baseUrl": ".",
"target": "esnext", // 使ES
"module": "esnext", // 使ES
"paths": {
"@/*": ["./src/*"]
}