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

Upload js/tsconfig.cjs.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. js/tsconfig.cjs.json +9 -0
js/tsconfig.cjs.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "module": "CommonJS",
5
+ "moduleResolution": "node",
6
+ "outDir": "./dist/cjs",
7
+ "declaration": false
8
+ }
9
+ }