Skip to content

Commit eaf4afb

Browse files
committed
chore: moved source code into 'src' folder
1 parent 284888d commit eaf4afb

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"outDir": "dist",
1414
"sourceMap": true,
1515
"inlineSources": true,
16-
"rootDir": "./",
16+
"rootDir": "./src/",
1717
"declaration": true,
18-
"skipLibCheck": true,
18+
"skipLibCheck": true
1919
},
20-
"include": ["./*.ts"]
20+
"include": ["**/*.ts"]
2121
}

0 commit comments

Comments
 (0)