UNPKG
@flmngr/flmngr-vue
Version:
latest (2.0.3)
2.0.3
2.0.1
2.0.0
Flmngr file manager (Local disk / Amazon S3 / Azure Blob) for Vue
@flmngr/flmngr-vue
/
tsconfig.json
15 lines
(14 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"target"
:
"es6"
,
"baseUrl"
:
"./src"
,
"declaration"
:
true
,
"lib"
:
[
"es2017"
,
"dom"
]
}
,
"include"
:
[
"src/**/*"
]
}