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 002ebb0 commit 8a3542eCopy full SHA for 8a3542e
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
+*.d.ts.map
3
*.d.ts
4
*.log
5
*.tsbuildinfo
tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
+ "declarationMap": true,
6
"declaration": true,
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
0 commit comments