2021-07-11 14:00:59 +00:00
|
|
|
{
|
2021-07-24 18:18:52 +00:00
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"exclude": ["node_modules", "dist", "typings"],
|
2021-07-11 14:00:59 +00:00
|
|
|
"compilerOptions": {
|
2021-07-24 18:18:52 +00:00
|
|
|
"baseUrl": "src"
|
|
|
|
}
|
2021-07-11 14:00:59 +00:00
|
|
|
}
|