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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src"]
|
||||
"include": ["src", "app.config.js"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user