feat(build): Run tsc on blocks/ and generators/ (#6836)

This commit is contained in:
Christopher Allen
2023-02-15 21:10:27 +00:00
committed by GitHub
parent a312e9e3d3
commit f90a2531a7
2 changed files with 16 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
{
"include": [
"core/**/*", // N.B.: also pulls in closure/goog/goog.js if needed.
"closure/**/*", // Just for ouptut directory structure.
"closure/goog/*", // For base.js and base_minimal.js.
"blocks/**/*",
"generators/**/*",
],
"compilerOptions": {
// Tells TypeScript to read JS files, as
@@ -36,5 +38,5 @@
// PR #6564: https://github.com/google/blockly/pull/6564), so
// disable it except for the explicitly-specified types.
"types": [],
}
},
}