Files
romm/frontend/jsconfig.json
2024-05-21 10:18:13 -04:00

14 lines
254 B
JSON

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