2026-03-23 11:38:10 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
2026-03-23 12:19:58 +08:00
|
|
|
"@/*": ["./src/*"]
|
2026-03-23 11:38:10 +08:00
|
|
|
},
|
2026-03-23 12:19:58 +08:00
|
|
|
"target": "ES2021",
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"lib": ["ES2021", "DOM"]
|
2026-03-23 11:38:10 +08:00
|
|
|
},
|
2026-03-23 12:19:58 +08:00
|
|
|
"include": ["./src/**/*"]
|
|
|
|
|
}
|