mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 01:09:11 +03:00
10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"exclude": ["**/*.spec.ts"],
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|