1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/bin/typescript-starter
Jason Dreyzehner 260a7d37bb feat(CLI): v2
2018-03-10 14:01:34 -05:00

9 lines
344 B
JavaScript
Executable File

#!/usr/bin/env node
/**
* This file needs the 'x' permission to be spawned by tests. Since TypeScript
* doesn't currently offer a way to set permissions of generated files
* (https://github.com/Microsoft/TypeScript/issues/16667), we track this file
* with Git, and simply require the generated CLI.
*/
require('../build/main/cli/cli.js');