cp500 commited on
Commit
f5dfbf3
·
verified ·
1 Parent(s): 5df4e69

Upload js/tsconfig.types.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. js/tsconfig.types.json +8 -0
js/tsconfig.types.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "./dist/types",
5
+ "declaration": true,
6
+ "emitDeclarationOnly": true
7
+ }
8
+ }