aiceps-mobile/jsconfig.json

13 lines
201 B
JSON
Raw Normal View History

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