2017-04-11 02:22:48 +02:00
|
|
|
{
|
2017-06-10 00:29:16 +02:00
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"exclude": ["node_modules", "dist"],
|
2017-04-11 02:22:48 +02:00
|
|
|
"compilerOptions": {
|
2019-06-06 13:45:15 +02:00
|
|
|
"baseUrl": "src"
|
2017-06-10 00:29:16 +02:00
|
|
|
}
|
2017-04-11 02:22:48 +02:00
|
|
|
}
|