issues
search
dart-archive
/
ts2dart
ts2dart TypeScript to Dart transpiler
Apache License 2.0
180
stars
61
forks
source link
chore: clean up gulpfile, use tsconfig.json.
#301
Closed
mprobst
closed
9 years ago
mprobst
commented
9 years ago
Always use tsconfig.json as the one authoritative source for compilation.
Specify noEmit so that IDEs don't generate files on disk.
Override tsconfig.json options as needed:
noEmit: false to emit files
declaration: true to generate .d.ts files
typescript to specify the TS version used
mprobst
commented
9 years ago
@alexeagle says LGTM.