Matthieu Sieben 371e04aad2
Account management page (#3659)
---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-15 17:15:27 +02:00

9 lines
199 B
JSON

{
"extends": ["../../../tsconfig/nodenext.json"],
"compilerOptions": {
"rootDir": ".",
"noEmit": true
},
"include": ["./*.js", "./*.cjs", "./*.mjs", "./*.ts", "./*.cts", "./*.mts"]
}