Files
romm/frontend/jsconfig.json
2026-05-30 20:53:52 -04:00

13 lines
241 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
}
}