Files
bsky-social-app/tsconfig.check.json
T
Samuel Newman 2953b3a094 Typecheck app.config.js (#9771)
* typecheck app.config.js

* fix eslint warning

* use import.meta.url instead of __dirname

* dirname, not url
2026-01-27 09:09:06 -08:00

5 lines
74 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src", "app.config.js"]
}