We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1623 commit 30b34dcCopy full SHA for 30b34dc
packages/ts-config/package.json
@@ -11,17 +11,17 @@
11
"import": "./tsconfig.json",
12
"require": "./tsconfig.json"
13
},
14
- "./with-decorators": {
15
- "import": "./with-decorators.json",
16
- "require": "./with-decorators.json"
+ "./without-decorators": {
+ "import": "./without-decorators.json",
+ "require": "./without-decorators.json"
17
18
"./extra-strict": {
19
"import": "./extra-strict.json",
20
"require": "./extra-strict.json"
21
22
- "./extra-strict-with-decorators": {
23
- "import": "./extra-strict-with-decorators.json",
24
- "require": "./extra-strict-with-decorators.json"
+ "./extra-strict-without-decorators": {
+ "import": "./extra-strict-without-decorators.json",
+ "require": "./extra-strict-without-decorators.json"
25
}
26
27
"sideEffects": false,
0 commit comments