mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
6 lines
108 B
JSON
6 lines
108 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"include": ["scripts/**/*.ts"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|