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:
9
packages/misskey-mahjong/tsconfig.test.json
Normal file
9
packages/misskey-mahjong/tsconfig.test.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["jest", "node"]
|
||||
},
|
||||
"include": [
|
||||
"test/**/*"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user