UNPKG

tns-template-master-detail-kinvey-ts

Version:

Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.

28 lines 601 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, "skipLibCheck": true, "lib": [ "es6", "dom" ], "baseUrl": ".", "paths": { "~/*": [ "app/*" ], "*": [ "./node_modules/*" ] } }, "exclude": [ "node_modules", "platforms" ] }