mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
feat(build): Run tsc on blocks/ and generators/ (#6836)
This commit is contained in:
committed by
GitHub
parent
a312e9e3d3
commit
f90a2531a7
@@ -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": [],
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user