Merge pull request #1 from notiv-nt/patch-1

fixed type error
master
宇天 2020-11-04 22:04:26 +08:00 committed by GitHub
commit 9bf586a28e
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 = {