Skip to content

Commit 802fa42

Browse files
committed
fix typing generation
1 parent b6e4546 commit 802fa42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.dts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"extends": "./tsconfig.json",
33
"include": ["src", "types"],
44
"compilerOptions": {
5-
"module": "CommonJS",
65
"declaration": true,
7-
"declarationDir": "tmp",
6+
"outDir": "tmp",
7+
"noEmit": false,
88
},
99
}

0 commit comments

Comments
 (0)