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

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

14 lines
240 B
JSON

{
"extends": [
"../../../tsconfig/browser.json",
"../../../tsconfig/bundler.json"
],
"compilerOptions": {
"rootDir": "src",
"paths": {
"#/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}