From ec14d2e68c3cd08c50212f8f8370062fe43a5f5c Mon Sep 17 00:00:00 2001 From: Ewan Lyon Date: Tue, 22 Dec 2020 20:56:08 +1100 Subject: [PATCH] Fix more nodecg types --- src/extension/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/index.ts b/src/extension/index.ts index 6bbf6d9..6be62b1 100644 --- a/src/extension/index.ts +++ b/src/extension/index.ts @@ -1,6 +1,6 @@ 'use-strict'; -import { NodeCG } from '../../../../types/server'; +import { NodeCG } from 'nodecg/types/server'; import * as nodecgApiContext from './util/nodecg-api-context'; import { BundleStatus } from '../types/bundle-status'; import { bundleStatus, gameSettings } from './dummyData';