UNPKG
@yaga/cordova-plugin-spatialite
Version:
latest (0.0.2)
0.0.2
A Spatialite plugin for cordova
yagajs.org
@yaga/cordova-plugin-spatialite
/
tsconfig.json
16 lines
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"noImplicitAny"
:
false
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"outDir"
:
"www/"
}
,
"exclude"
:
[
"typings"
,
"node_modules"
,
"test"
,
"src"
]
}