added @types/long to packages and edited compilerOptions
This commit is contained in:
@@ -15,7 +15,7 @@ export class BoardComponent implements OnInit {
|
||||
fields: any[];
|
||||
history: any[];
|
||||
|
||||
constructor(ai: AiService) {}
|
||||
constructor() {}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.resetGame();
|
||||
|
||||
Reference in New Issue
Block a user