2953b3a094
* typecheck app.config.js * fix eslint warning * use import.meta.url instead of __dirname * dirname, not url
5 lines
74 B
JSON
5 lines
74 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "app.config.js"]
|
|
}
|