Skip to content

Commit 1cba2d1

Browse files
committed
build fix
1 parent 44f8a9d commit 1cba2d1

File tree

10 files changed

+1255
-15428
lines changed

10 files changed

+1255
-15428
lines changed

.parcelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "@parcel/config-default",
3+
"transformers": {
4+
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
5+
}
6+
}

example/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from "react";
22
import ReactInputTags from "../src";
3-
import { TagInterface } from "../src/ReactInputTags";
3+
import { TagInterface } from "../src/interface";
44
import "./index.css";
55

66
function addReadOnlyToTags(tag: TagInterface): Boolean {

0 commit comments

Comments
 (0)