migration to electron-forge, secure app #129
Annotations
10 errors
checks:
src/renderer/assets/assetFiles.ts#L8
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/assets/assetFiles.ts#L9
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/assets/assetFiles.ts#L12
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/assets/assetFiles.ts#L15
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/assets/assetFiles.ts#L18
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/assets/assetFiles.ts#L21
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
checks:
src/renderer/components/battle/Playerlist.vue#L8
Type '(bot: EngineAI, teamId: number) => void' is not assignable to type '(ai: EngineAI | GameAI, teamId: string) => void'.
|
checks:
src/renderer/components/battle/Playerlist.vue#L15
Type 'string | number' is not assignable to type 'string'.
|
checks:
src/renderer/components/battle/Playerlist.vue#L53
Type 'number' is not assignable to type 'string'.
|
checks:
src/renderer/components/common/ContextMenu.vue#L18
Type 'Emits' does not satisfy the constraint 'ComponentTypeEmits'.
|