Skip to content

Commit fba29e7

Browse files
committed
test(plugin-typescript-e2e): wip
1 parent 2ccceb6 commit fba29e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import tsPlugin from '@code-pushup/ts-plugin';
1+
import typescriptPlugin from '@code-pushup/typescript-plugin';
22

33
export default {
4-
plugins: [tsPlugin(['**/*.ts'])],
4+
plugins: [typescriptPlugin(['**/*.ts'])],
55
};

0 commit comments

Comments
 (0)