UNPKG
vite-plugin-vue-wizard
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Wrapper for automatic add toNative() for vue-facing-decorator
vite-plugin-vue-wizard
/
tsconfig.json
12 lines
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"types"
:
[
"node"
]
,
"outDir"
:
"dist/"
,
"declaration"
:
true
,
"noImplicitAny"
:
true
,
"removeComments"
:
true
,
"sourceMap"
:
true
,
"inlineSources"
:
true
,
"newLine"
:
"LF"
}
}