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 2e5dbd1 commit 97f991fCopy full SHA for 97f991f
tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"target": "esnext",
4
"module": "commonjs",
5
+ "noEmit": true,
6
"declaration": true,
7
"outDir": "./dist",
8
"strict": true,
0 commit comments