mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
chore(build): add a script to run the ts compiler and send the new files to closure compiler (#5894)
* chore(build): add a script to run the ts compiler and send the new files to closure compiler * chore(build): clean up tsconfig * chore: apply suggestions from code review Cleanup from Chris Co-authored-by: Christopher Allen <cpcallen+github@gmail.com> Co-authored-by: Christopher Allen <cpcallen+github@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ var path = require('path');
|
||||
//
|
||||
// TODO(#5007): If you modify these values, you must also modify the
|
||||
// corresponding values in the following files:
|
||||
//
|
||||
//
|
||||
// - tests/scripts/compile_typings.sh
|
||||
// - tests/scripts/check_metadata.sh
|
||||
module.exports = {
|
||||
@@ -28,4 +28,8 @@ module.exports = {
|
||||
|
||||
// Directory to write typings output to.
|
||||
TYPINGS_BUILD_DIR: path.join('build', 'typings'),
|
||||
|
||||
// Directory where typescript compiler output can be found.
|
||||
// Matches the value in tsconfig.json: outDir
|
||||
TSC_OUTPUT_DIR: path.join('build', 'ts'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user