mirror of https://github.com/sualko/cloud_bbb
17 lines
288 B
JSON
17 lines
288 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2015.promise",
|
||
|
"es6"
|
||
|
],
|
||
|
"module": "ES6",
|
||
|
"moduleResolution": "node",
|
||
|
"target": "ES6",
|
||
|
"strictNullChecks": true,
|
||
|
"sourceMap": true,
|
||
|
"jsx": "react",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|