mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"extends": "../../configs/tsconfig-base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "../../",
|
|
"paths": {
|
|
"dummy/tests/*": ["tests/*"],
|
|
"dummy/*": ["tests/dummy/app/*", "app/*"],
|
|
"@datahub/utils": ["addon"],
|
|
"@datahub/utils/*": ["addon/*"],
|
|
"@datahub/utils/test-support": ["addon-test-support"],
|
|
"@datahub/utils/test-support/*": ["addon-test-support/*"],
|
|
"*": ["types/*"]
|
|
}
|
|
},
|
|
"include": ["app/**/*", "addon/**/*", "tests/**/*", "types/**/*", "test-support/**/*", "addon-test-support/**/*"]
|
|
}
|