mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 00:27:01 +00:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"apps/**/*",
|
|
"packages/*/src",
|
|
"packages/*/.storybook",
|
|
"client/src",
|
|
"server/src",
|
|
"docs/src",
|
|
"shared/src",
|
|
"scripts/*",
|
|
"tools/src",
|
|
"tools/scripts"
|
|
]
|
|
} |