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