update misskey-js to the new templates
This commit is contained in:
parent
b25eb703ea
commit
4e30986cda
32 changed files with 258 additions and 409 deletions
|
|
@ -1,15 +1,18 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.node.json",
|
||||
"extends": "../shared/tsconfig.scripts.jsonc",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false
|
||||
"rootDirs": [
|
||||
"./scripts",
|
||||
"."
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.js",
|
||||
"scripts/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"scripts/**/*.ts",
|
||||
"scripts/**/*.js",
|
||||
"scripts/**/*.mjs",
|
||||
"scripts/**/*.cjs"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue