2018-03-08 09:35:24 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2017",
|
|
|
|
"allowSyntheticDefaultImports": false,
|
|
|
|
"baseUrl": "./",
|
|
|
|
"paths": {
|
|
|
|
"~/*":["src/*"],
|
2018-05-04 10:50:24 +00:00
|
|
|
"@/*":["safe-contracts/build/contracts"]
|
2018-03-08 09:35:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"build_webpack",
|
|
|
|
"config",
|
|
|
|
"public",
|
|
|
|
"scripts"
|
|
|
|
]
|
|
|
|
}
|