Skip to content

Commit bc87084

Browse files
committed
Theme tritanopia to typescript
1 parent d302ee5 commit bc87084

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ const categoryStyles = {
9494
* blue light).
9595
*/
9696
export default Blockly.Theme.defineTheme('tritanopia', {
97+
name: 'tritanopia',
9798
blockStyles: defaultBlockStyles,
9899
categoryStyles: categoryStyles,
99100
componentStyles: {},
100101
fontStyle: {},
101-
startHats: null,
102+
startHats: undefined,
102103
});
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"outDir": "dist",
5+
"declaration": true,
6+
"declarationMap": true,
7+
"sourceMap": true,
8+
"module": "es2015",
9+
"moduleResolution": "bundler",
10+
"target": "es6",
11+
"strict": true
12+
},
13+
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
14+
// Only src matters for production builds.
15+
"include": ["src"]
16+
}

0 commit comments

Comments
 (0)