mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
6 lines
108 B
JSON
6 lines
108 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["scripts/**/*.ts"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|