mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
f39787152e
* Add repo wide prettier command to prepush * Make config file explict, remove formatAll to prepush * Fix react router typings * Add more typings * Fix event typings, fix transition children
29 lines
591 B
JSON
29 lines
591 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"module": "esnext",
|
|
"jsx": "react",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"baseUrl": "./common/",
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"./common/",
|
|
"spec",
|
|
"./node_modules/types-rlp/index.d.ts"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"transpileOnly": true
|
|
}
|
|
} |