Typecheck app.config.js (#9771)

* typecheck app.config.js

* fix eslint warning

* use import.meta.url instead of __dirname

* dirname, not url
This commit is contained in:
Samuel Newman
2026-01-27 19:09:06 +02:00
committed by GitHub
parent 69a765cc0d
commit 2953b3a094
3 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"]
"include": ["src", "app.config.js"]
}