UNPKG

@nativescript/template-master-detail-ng

Version:

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

22 lines (21 loc) 558 B
{ "compilerOptions": { "module": "esnext", "target": "ES2020", "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], "baseUrl": ".", "paths": { "~/*": ["src/*"], "@/*": ["src/*"] } }, "include": ["./src/**/*.android.ts", "./src/**/*.ios.ts"], "files": ["./src/main.ts", "./references.d.ts", "./src/polyfills.ts"], "exclude": ["node_modules", "platforms"] }