mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
13 lines
159 B
JSON
13 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"core/**/**/*",
|
|
"typings/blockly.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|