1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/bin/typescript-starter
2018-03-12 00:42:42 -04:00

10 lines
345 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');