mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"apps/**/*",
|
|
"packages/*/src",
|
|
"packages/*/.storybook",
|
|
"client/src",
|
|
"server/src",
|
|
"docs/src",
|
|
"shared/src",
|
|
"scripts/*",
|
|
"tools/*/src",
|
|
"tools/*/scripts"
|
|
]
|
|
}
|