mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-08 15:56:13 +00:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"extends": "../../configs/tsconfig-base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"dummy/tests/*": ["tests/*"],
|
|
"dummy/*": ["tests/dummy/app/*", "app/*"],
|
|
"@nacho-ui/core": ["addon"],
|
|
"@nacho-ui/core/*": ["addon/*"],
|
|
"@nacho-ui/core/test-support": ["addon-test-support"],
|
|
"@nacho-ui/core/test-support/*": ["addon-test-support/*"],
|
|
"@nacho-ui/core/types/*": ["types/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"app/**/*",
|
|
"addon/**/*",
|
|
"tests/**/*",
|
|
"types/**/*",
|
|
"test-support/**/*",
|
|
"addon-test-support/**/*"
|
|
]
|
|
} |