2017-04-11 03:22:48 +03:00
|
|
|
{
|
2017-06-10 01:29:16 +03:00
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"exclude": ["node_modules", "dist"],
|
2017-04-11 03:22:48 +03:00
|
|
|
"compilerOptions": {
|
2019-06-14 18:49:42 +03:00
|
|
|
"baseUrl": "src"
|
2017-06-10 01:29:16 +03:00
|
|
|
}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|