forked from FOSS/BangleApps
11 lines
138 B
JSON
11 lines
138 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"include": [
|
||
|
"test"
|
||
|
]
|
||
|
}
|