Skip to content

Commit c9f0e31

Browse files
committed
Move index.ts to the /src directory
1 parent 7322ab4 commit c9f0e31

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { cssToHtml } from './Generator.js';

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"include": ["src"],
23
"compilerOptions": {
34
"target": "ESNext",
45
"module": "ESNext",

0 commit comments

Comments
 (0)