munch-ease-frontend/jsconfig.json

13 lines
233 B
JSON
Raw Permalink Normal View History

2024-01-07 02:40:35 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
2025-10-18 02:08:22 +00:00
"@/*": ["src/*"]
2024-01-07 02:40:35 +00:00
},
2025-10-18 02:08:22 +00:00
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
2024-01-07 02:40:35 +00:00
}
}