mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 18:15:37 +00:00
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"~/*":["src/*"],
|
|
"@/*":["safe-contracts/build/contracts"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"build_webpack",
|
|
"config",
|
|
"public",
|
|
"scripts"
|
|
]
|
|
} |