We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59b54d commit 304108bCopy full SHA for 304108b
3 files changed
.gitignore
@@ -4,6 +4,7 @@ media/preview.html
4
node_modules/
5
script/info/
6
script/grammars.yml
7
+*.d.ts.map
8
*.d.ts
9
*.log
10
.DS_Store
package.json
@@ -43,11 +43,11 @@
43
"default": "./lib/get-oniguruma.default.js"
44
}
45
},
46
- "types": "index.d.ts",
47
"files": [
48
"lang/",
49
"lib/",
50
"style/",
+ "index.d.ts.map",
51
"index.d.ts",
52
"index.js",
53
"notice"
tsconfig.json
@@ -3,6 +3,7 @@
3
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
+ "declarationMap": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
0 commit comments