mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
|
}
|
|
}
|