We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4e158 commit 7837cbeCopy full SHA for 7837cbe
tsconfig.json
@@ -0,0 +1,10 @@
1
+{
2
+ "compilerOptions": {
3
+ "allowJs": true,
4
+ "declaration": true,
5
+ "emitDeclarationOnly": true,
6
+ "outDir": "dist"
7
+ },
8
+ "exclude": [],
9
+ "include": ["src/*.js"]
10
+}
0 commit comments