babel/scripts/lint-ts-typings.sh

8 lines
139 B
Bash
Executable File

#!/bin/bash
set -e
node="node"
tsFlags="--strict"
$node ./node_modules/typescript/bin/tsc $tsFlags ./packages/babel-types/lib/index.d.ts