Skip to content

Commit 30b34dc

Browse files
committedMar 20, 2022
fix(ts-config): fixed package exports
1 parent 8ad1623 commit 30b34dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎packages/ts-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"import": "./tsconfig.json",
1212
"require": "./tsconfig.json"
1313
},
14-
"./with-decorators": {
15-
"import": "./with-decorators.json",
16-
"require": "./with-decorators.json"
14+
"./without-decorators": {
15+
"import": "./without-decorators.json",
16+
"require": "./without-decorators.json"
1717
},
1818
"./extra-strict": {
1919
"import": "./extra-strict.json",
2020
"require": "./extra-strict.json"
2121
},
22-
"./extra-strict-with-decorators": {
23-
"import": "./extra-strict-with-decorators.json",
24-
"require": "./extra-strict-with-decorators.json"
22+
"./extra-strict-without-decorators": {
23+
"import": "./extra-strict-without-decorators.json",
24+
"require": "./extra-strict-without-decorators.json"
2525
}
2626
},
2727
"sideEffects": false,

0 commit comments

Comments
 (0)