cloud_bbb/tsconfig.json

17 lines
288 B
JSON
Raw Permalink Normal View History

2020-04-26 11:36:41 +02:00
{
"compilerOptions": {
"lib": [
"dom",
"es2015.promise",
"es6"
],
"module": "ES6",
"moduleResolution": "node",
"target": "ES6",
"strictNullChecks": true,
"sourceMap": true,
"jsx": "react",
"allowSyntheticDefaultImports": true
}
}