Skip to content

Commit 0b02696

Browse files
misantronicchmln
authored andcommitted
Omit tsconfig.json | resolves flatpickr#1210
* fix: omit tsconfig.json
1 parent 086f143 commit 0b02696

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
!src/style/**/*
88
dist/index.d.ts
99
!index.d.ts
10-
!tsconfig.json

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"removeComments": true,
1313
"types": ["jquery", "jest"],
1414
"lib": [
15-
"ES2015",
15+
"es2015",
1616
"dom",
1717
"es2017.object",
1818
"esnext.asynciterable"

0 commit comments

Comments
 (0)