UNPKG
appit-cordova-plugin-ionic
Version:
latest (5.5.4)
5.5.4
5.5.3
Ionic Cordova SDK
github.com/appit-online/appit-ionic-plugin
appit-online/appit-ionic-plugin
appit-cordova-plugin-ionic
/
tsconfig.ng.json
13 lines
(12 loc)
•
227 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"es2015"
,
"outDir"
:
"dist/ngx"
,
"rootDir"
:
"www"
}
,
"include"
:
[
"www/ngx/index.ts"
]
,
"angularCompilerOptions"
:
{
"enableIvy"
:
false
}
}