mirror of
https://github.com/misskey-dev/misskey
synced 2025-06-30 00:32:51 +02:00
9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"test/**/*"
|
|
],
|
|
}
|