File "jsconfig.json"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/jsconfig.json
File size: 159 B
MIME-type: application/json
Charset: utf-8
{
"compilerOptions": {
"target": "es5"
},
"include": [
"core/**/**/*",
"typings/blockly.d.ts"
],
"exclude": [
"node_modules"
]
}