atproto/packages/oauth/oauth-provider/tsconfig.build.json
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
146 B
JSON

{
"extends": ["../../../tsconfig/nodenext.json"],
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}