Skip to content

Commit c1f521e

Browse files
Remove file extension from import statement (#374)
1 parent 5eec481 commit c1f521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './boilerplate.polyfill.ts';
1+
import './boilerplate.polyfill';
22

33
import {
44
ClassSerializerInterceptor,

0 commit comments

Comments
 (0)