3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
tslint -c tslint.json src/*.ts src/Exporters/*.ts
|