Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
onnxruntime_v14
a144865de37e35ebfe152e7b3ed2957b9aec3bd4
a144865de37e35ebfe152e7b3ed2957b9aec3bd4
Switch branch/tag
onnxruntime_v14
js
react_native
tsconfig.scripts.json
Find file
Normal view
History
Permalink
tsconfig.scripts.json
109 Bytes
Edit
Web IDE
Newer
Older
update v1.14.0
gaoqiong
committed
Jul 25, 2023
1
2
3
4
5
6
7
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
},
"include"
:
[
"scripts"
]
}