nativescript-material-core

v3.2.10
Material Core component
NativeScript JavaScript Android iOS

tsc

cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d

tsc-win

copy ..\..\src\core\core.d.ts .\ && ..\..\node_modules\.bin\tsc --skipLibCheck -d

build

npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm

build.esm

tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js

clean

../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android

Metadata

Downloads

Maintainers