mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 21:47:47 +00:00
27 lines
519 B
JSON
27 lines
519 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
|
||
|
},
|
||
|
"include": [
|
||
|
"./common/",
|
||
|
"./node_modules/types-bn/index.d.ts"
|
||
|
],
|
||
|
"awesomeTypescriptLoaderOptions": {
|
||
|
"transpileOnly": true
|
||
|
}
|
||
|
}
|