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

Upload js/tsconfig.esm.json with huggingface_hub

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