mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|