mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
9 lines
142 B
JSON
9 lines
142 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"exclude": ["**/*.spec.ts"],
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|