Skip to content

Commit a75553b

Browse files
committed
import from src
1 parent 6a8b8da commit a75553b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/example_algorithm/_generic_hasher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
// You should have received a copy of the GNU Affero General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
import { joinFieldsForHash, cleanValueList, extractAlgoColumnsFromObject, BaseHasher } from 'common-identifier-algorithm-shared';
18-
import type { Config, Validator, makeHasherFunction } from 'common-identifier-algorithm-shared';
17+
import { joinFieldsForHash, cleanValueList, extractAlgoColumnsFromObject, BaseHasher } from '../../src';
18+
import type { Config, Validator, makeHasherFunction } from '../../src';
1919

2020
class GenericHasher extends BaseHasher {
2121
constructor(config: Config.CoreConfiguration["algorithm"]) {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"declaration": true,
2828
},
2929
"include": ["src/**/*.ts"],
30-
"exclude": ["node_modules", "tests", "dist", "tmp", "examples"]
30+
"exclude": ["node_modules", "tests", "dist", "tmp"]
3131
}

0 commit comments

Comments
 (0)