ocoge/google-blockly/jsconfig.json

13 lines
159 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5"
},
"include": [
"core/**/**/*",
"typings/blockly.d.ts"
],
"exclude": [
"node_modules"
]
}