1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 07:24:16 +02:00

chore: setup linting for tests

This commit is contained in:
zyoshoka
2025-04-18 23:49:23 +09:00
parent ebaf78cddd
commit 8a4192eaa5
6 changed files with 126 additions and 117 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": [
"test/**/*"
],
}