OpenAuth_server/Frontend/tsconfig.json
Fabian Stamm 1e2bb83447 Add new profile endpoint
Add some logging output for auth failures
2023-04-07 23:01:56 +02:00

6 lines
100 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*", "src/node_modules"]
}