Repo created
This commit is contained in:
parent
f3a6b3a320
commit
f954c78789
614 changed files with 135712 additions and 2 deletions
18
jsconfig.json
Normal file
18
jsconfig.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"vueCompilerOptions": {
|
||||
"target": 2.7
|
||||
},
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"DB_HANDLERS_ELECTRON_RENDERER_OR_WEB": [
|
||||
"src/datastores/handlers/electron",
|
||||
"src/datastores/handlers/web"
|
||||
],
|
||||
"shaka-player": [
|
||||
"./node_modules/shaka-player/dist/shaka-player.ui"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue