UNPKG

@nativescript-community/ui-collectionview

Version:

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.

13 lines (12 loc) 324 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "composite": true, "rootDir": "../../src/collectionview", "outDir": "./", "paths": { "nativescript-vue": ["./node_modules/nativescript-vue3"] } }, "include": ["../../src/collectionview/vue3/**/*"] }