mirror of https://github.com/espruino/BangleApps
11 lines
135 B
JSON
11 lines
135 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "es2015",
|
||
|
"noImplicitAny": true,
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|