Skip to content

Commit 3420707

Browse files
committed
Remove .ts from import
1 parent e04b32b commit 3420707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/code-map/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import './types.ts'
1+
import './types'
22
export * from './parse'
33
export * from './languages'

packages/code-map/src/languages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as path from 'path'
22

33
// Import some types for wasm & .scm files
4-
import './types.ts'
4+
import './types'
55

66
/* ------------------------------------------------------------------ */
77
/* 1 . WASM files

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codebuff/sdk",
33
"private": false,
44
"access": "public",
5-
"version": "0.1.13",
5+
"version": "0.1.14",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)