2017-11-27 18:30:59 +03:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
2019-06-06 14:45:15 +03:00
|
|
|
"exclude": ["node_modules", "dist", "typings"],
|
2017-11-27 18:30:59 +03:00
|
|
|
"compilerOptions": {
|
2019-06-06 14:45:15 +03:00
|
|
|
"baseUrl": "src"
|
2017-11-27 18:30:59 +03:00
|
|
|
}
|
|
|
|
}
|