We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd40584 commit 2c260e1Copy full SHA for 2c260e1
tsconfig.json
@@ -25,7 +25,7 @@
25
"esModuleInterop": true,
26
"target": "ES2017",
27
"declaration": true,
28
- "declarationDir": "src",
+ "declarationDir": "./dist/src",
29
"useDefineForClassFields": false,
30
"declarationMap": true
31
}
0 commit comments