18 lines
319 B
JSON
18 lines
319 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"allowSyntheticDefaultImports": false,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"~/*":["src/*"],
|
||
|
"@/*":["gnosis-safe-contracts/build/contracts"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"build_webpack",
|
||
|
"config",
|
||
|
"public",
|
||
|
"scripts"
|
||
|
]
|
||
|
}
|