UNPKG

@neoncom/ts-loader

Version:
21 lines (20 loc) 464 B
image: Visual Studio 2017 environment: FORCE_COLOR: 1 nodejs_version: "8" matrix: - TYPESCRIPT: typescript@2.7.1 - TYPESCRIPT: typescript@next - TYPESCRIPT: typescript@2.6.1 - TYPESCRIPT: typescript@2.5.2 - TYPESCRIPT: typescript@2.4.1 install: - ps: Install-Product node $env:nodejs_version - yarn install - yarn build - yarn add %TYPESCRIPT% test_script: - node --version - yarn --version - yarn test build: off