We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
moduleResolution
1 parent 9997250 commit fd99a6cCopy full SHA for fd99a6c
.changeset/lovely-jobs-end.md
@@ -0,0 +1,6 @@
1
+---
2
+"lingo.dev": patch
3
+"@lingo.dev/_sdk": patch
4
5
+
6
+add typesVersions for support of older `moduleResolution`
packages/cli/package.json
@@ -25,6 +25,19 @@
25
"require": "./build/spec.cjs"
26
}
27
},
28
+ "typesVersions": {
29
+ "*": {
30
+ "sdk": [
31
+ "./build/sdk.d.ts"
32
+ ],
33
+ "cli": [
34
+ "./build/cli.d.ts"
35
36
+ "spec": [
37
+ "./build/spec.d.ts"
38
+ ]
39
+ }
40
+ },
41
"bin": {
42
"lingo.dev": "./bin/cli.mjs"
43
0 commit comments