Update tsconfig.app.json config (#100)

This commit is contained in:
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

View File

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