mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
12
jsconfig.json
Normal file
12
jsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5"
|
||||
},
|
||||
"include": [
|
||||
"core/**/**/*",
|
||||
"typings/blockly.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user