10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// @workaround DTS bug
|
|
// dts do not work with monorepo path mapping
|
|
// disable path mapping for it
|
|
"paths": {}
|
|
}
|
|
}
|