BangleApps/apps/banglerun/tsconfig.spec.json

11 lines
138 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"target": "es2015"
},
"include": [
"test"
]
}