mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
13 lines
159 B
JSON
13 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"core/**/**/*",
|
|
"typings/blockly.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|