mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Implement WebFinger, rework TS
This commit is contained in:
parent
29f63dfcb7
commit
c573052450
56 changed files with 560 additions and 239 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"strictFunctionTypes": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowJs": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"types": [
|
||||
"bun-types" // add Bun global
|
||||
|
|
@ -25,6 +26,11 @@
|
|||
"paths": {
|
||||
"@*": ["./utils/*"],
|
||||
"~*": ["./*"]
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"**/*.ts",
|
||||
"server/api/.well-known/**/*.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue