6 lines
91 B
Bash
6 lines
91 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
BASEDIR=$(dirname "$0")
|
||
|
FILE="${BASEDIR}/../compiler.ts"
|
||
|
|
||
|
npm run dtsgen -- $@
|