mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-19 00:17:11 +01:00
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"vueCompilerOptions": {
|
|
"target": 2.7
|
|
},
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"DB_HANDLERS_ELECTRON_RENDERER_OR_WEB": [
|
|
"src/datastores/handlers/electron",
|
|
"src/datastores/handlers/web"
|
|
]
|
|
}
|
|
}
|
|
}
|