We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca5fbd commit 60234ecCopy full SHA for 60234ec
1 file changed
tsconfig.json
@@ -63,7 +63,7 @@
63
/* Advanced Options */
64
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
65
"skipLibCheck": true,
66
- "declarationDir": "./dist/types"
+ "declarationDir": "./dist/"
67
},
68
"include": ["lib/**/*"],
69
"exclude": ["node_modules", "dist", "**/*.spec.ts"]
0 commit comments