BangleApps/apps/banglerun/tsconfig.spec.json

11 lines
138 B
JSON
Raw Normal View History

2020-08-25 22:25:11 +00:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"target": "es2015"
},
"include": [
"test"
]
}