added @types/long to packages and edited compilerOptions
This commit is contained in:
1
package-lock.json
generated
1
package-lock.json
generated
@@ -43,6 +43,7 @@
|
|||||||
"@schematics/angular": "13.3.1",
|
"@schematics/angular": "13.3.1",
|
||||||
"@types/jasmine": "3.10.3",
|
"@types/jasmine": "3.10.3",
|
||||||
"@types/jasminewd2": "2.0.10",
|
"@types/jasminewd2": "2.0.10",
|
||||||
|
"@types/long": "4.0.2",
|
||||||
"@types/node": "17.0.23",
|
"@types/node": "17.0.23",
|
||||||
"@typescript-eslint/eslint-plugin": "5.17.0",
|
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||||||
"@typescript-eslint/parser": "5.17.0",
|
"@typescript-eslint/parser": "5.17.0",
|
||||||
|
|||||||
@@ -79,6 +79,7 @@
|
|||||||
"@schematics/angular": "13.3.1",
|
"@schematics/angular": "13.3.1",
|
||||||
"@types/jasmine": "3.10.3",
|
"@types/jasmine": "3.10.3",
|
||||||
"@types/jasminewd2": "2.0.10",
|
"@types/jasminewd2": "2.0.10",
|
||||||
|
"@types/long": "4.0.2",
|
||||||
"@types/node": "17.0.23",
|
"@types/node": "17.0.23",
|
||||||
"@typescript-eslint/eslint-plugin": "5.17.0",
|
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||||||
"@typescript-eslint/parser": "5.17.0",
|
"@typescript-eslint/parser": "5.17.0",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export class BoardComponent implements OnInit {
|
|||||||
fields: any[];
|
fields: any[];
|
||||||
history: any[];
|
history: any[];
|
||||||
|
|
||||||
constructor(ai: AiService) {}
|
constructor() {}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.resetGame();
|
this.resetGame();
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"outDir": "../out-tsc/app",
|
"outDir": "../out-tsc/app",
|
||||||
"baseUrl": "",
|
"baseUrl": "",
|
||||||
"types": [
|
"types": [
|
||||||
"node"
|
"node",
|
||||||
|
"@types/long"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user