nativescript-listview-header
Version:
A ios UITableView plugin for nativescript which allows you to add table headerview
17 lines (16 loc) • 376 B
JSON
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
]
}