fix: ts issues

This commit is contained in:
Artemy 2023-07-19 15:54:40 +03:00
parent 94b94ec0c8
commit 9cf5a21430
3 changed files with 5 additions and 3 deletions

View file

@ -6,6 +6,8 @@ class App {
constructor() {
this.config = new ConfigService();
}
init() {}
}
const app = new App();
app.init();