Update build_system.js

Fix ts-node
https://www.npmjs.com/package/ts-node
pull/1/head
Mikhail Novikov 2020-11-04 16:59:49 +03:00 committed by GitHub
parent 1c6ace1583
commit d6a070859a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const EXTS = {
'.php': 'php',
'.sh': 'bash',
'.swift': 'swift',
'.ts': 'ts-note'
'.ts': 'ts-node'
}
const BuildSystem = {