This website works better with JavaScript
Home
Explore
Help
Sign In
grayzhao
/
Yporaject
mirror of
https://github.com/hazukieq/Yporaject.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
ff9ff30df9
Branches
Tags
master
Yporaject
/
build
/
node
/
vscode-ripgrep
/
jsconfig.json
jsconfig.json
117 B
History
Raw
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"resolveJsonModule": true,
"lib": [
"esnext"
]
}
}