1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 09:13:56 +02:00

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-04-27 10:19:37 +09:00
35 changed files with 1083 additions and 1149 deletions

View File

@@ -30,8 +30,8 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.2",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"chokidar": "5.0.0",
"esbuild": "0.28.0",
"execa": "9.6.1",

View File

@@ -6,9 +6,11 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"types": ["node"],
"rootDir": "./src",
},
"include": [
"src/**/*.ts"
]
}
}