Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33102c3

Browse files
release : 14.0.0 (#1325)
1 parent 7c642cc commit 33102c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tsconfig.upload.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"include": ["cli/upload/**/*"],
4+
"exclude": [],
5+
"compilerOptions": {
6+
"lib": ["dom"],
7+
"outDir": "upload",
8+
"module": "esnext"
9+
}
10+
}

0 commit comments

Comments
 (0)