diff --git a/test/tests/project-ref.test.ts b/test/tests/project-ref.test.ts index 68468e9..656c7fa 100755 --- a/test/tests/project-ref.test.ts +++ b/test/tests/project-ref.test.ts @@ -1,5 +1,4 @@ // noinspection ES6UnusedImports -import {} from "ts-expose-internals"; import * as path from "path"; import { createTsSolutionBuilder, EmittedFiles } from "../utils"; import { projectsPaths, ts } from "../config"; diff --git a/test/tests/transformer/general.test.ts b/test/tests/transformer/general.test.ts index 7d7bab5..800820f 100755 --- a/test/tests/transformer/general.test.ts +++ b/test/tests/transformer/general.test.ts @@ -1,5 +1,4 @@ // noinspection ES6UnusedImports -import {} from "ts-expose-internals"; import * as path from "path"; import { createTsProgram, EmittedFiles, getEmitResultFromProgram } from "../../utils"; import { ts, tsModules, projectsPaths } from "../../config"; diff --git a/test/tests/transformer/specific.test.ts b/test/tests/transformer/specific.test.ts index a9a4504..47af8ce 100755 --- a/test/tests/transformer/specific.test.ts +++ b/test/tests/transformer/specific.test.ts @@ -1,5 +1,4 @@ // noinspection ES6UnusedImports -import {} from "ts-expose-internals"; import * as path from "path"; import { createTsProgram, diff --git a/test/tsconfig.json b/test/tsconfig.json index 527b462..8988c27 100755 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -3,7 +3,7 @@ "include": ["tests", "utils"], "compilerOptions": { - "types": ["jest", "node"], + "types": ["jest", "node", "ts-expose-internals"], "noEmit": true, "strict": true, "esModuleInterop": true