mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 11:05:47 +00:00
346f777976
* Add definition file for bn.js * Remove types-bn * make isBN a static property * Swap out bignumber for bn in vendor * Remove types-bn
23 lines
558 B
JSON
23 lines
558 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
|
|
}
|
|
}
|