mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 18:13:48 -04:00
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"api/*": ["src/*"],
|
|
"shared/*": ["../shared/src/*"],
|
|
"common/*": ["../../common/src/*"],
|
|
"email/*": ["./emails/*"]
|
|
}
|
|
},
|
|
"include": ["tests/**/*.ts", "emails/**/*.ts", "emails/**/*.tsx"]
|
|
}
|