2018-10-24 08:24:27 +03:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "packages"
|
|
|
|
},
|
2019-12-04 21:01:02 +03:00
|
|
|
"exclude": [
|
2018-10-24 08:24:27 +03:00
|
|
|
"dist",
|
|
|
|
"node_modules",
|
|
|
|
"ci",
|
|
|
|
"tools",
|
|
|
|
"**/dist",
|
|
|
|
"**/node_modules",
|
2019-12-04 21:01:02 +03:00
|
|
|
"**/test",
|
|
|
|
"**/tmpl"
|
|
|
|
]
|
|
|
|
}
|