mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 06:46:28 +01:00
Remove ts ignore
This commit is contained in:
parent
76e9344222
commit
25bf909d6f
@ -5,6 +5,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.krews.org/nitro/nitro-renderer"
|
"url": "https://git.krews.org/nitro/nitro-renderer"
|
||||||
},
|
},
|
||||||
|
"main": "./index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc --project ./tsconfig.json",
|
"compile": "tsc --project ./tsconfig.json",
|
||||||
"eslint": "eslint ./src --fix"
|
"eslint": "eslint ./src --fix"
|
||||||
|
@ -23,7 +23,6 @@ export class NitroLocalizationManager extends NitroManager implements INitroLoca
|
|||||||
|
|
||||||
protected onInit(): void
|
protected onInit(): void
|
||||||
{
|
{
|
||||||
//@ts-ignore
|
|
||||||
let urls: string[] = Nitro.instance.getConfiguration<string[]>('external.texts.url');
|
let urls: string[] = Nitro.instance.getConfiguration<string[]>('external.texts.url');
|
||||||
|
|
||||||
if(!Array.isArray(urls))
|
if(!Array.isArray(urls))
|
||||||
|
Loading…
Reference in New Issue
Block a user