sforkowany z mirror/soapbox
15 wiersze
296 B
JSON
15 wiersze
296 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "app/",
|
||
|
"sourceMap": true,
|
||
|
"noImplicitAny": true,
|
||
|
"module": "es6",
|
||
|
"target": "es5",
|
||
|
"jsx": "react",
|
||
|
"allowJs": true,
|
||
|
"moduleResolution": "node",
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|