mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-26 00:14:57 +00:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"]
|
|
},
|
|
"include": ["**/*", "../src/**/*"]
|
|
}
|