UNPKG
vue3-mediaelement
Version:
latest (0.0.8)
0.0.8
0.0.6
0.0.5
0.0.3
0.0.2
Vue3 MediaElement Video Player
vue3-mediaelement
/
tsconfig.json
17 lines
(15 loc)
•
275 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"
@vue
/tsconfig/tsconfig.web.json"
,
"include"
: [
"env.d.ts"
,
"src/**/*"
,
"src/**/*.vue"
],
"compilerOptions"
: {
"baseUrl"
:
"."
,
"paths"
: {
"
@/
*"
: [
"./src/*"
] } },
"references"
: [ {
"path"
:
"./tsconfig.config.json"
} ] }