This website requires JavaScript.
Explore
Help
Sign in
collabvm
/
socketcomputer
Watch
8
Star
0
Fork
You've already forked socketcomputer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
86f4eee585
socketcomputer
/
webapp
/
tsconfig.json
7 lines
79 B
JSON
Raw
Normal View
History
Unescape
Escape
initial commit
2024-04-02 07:43:54 -04:00
{
port entire project to using parcel + strict TypeScript Mostly out of cleanliness, and actually bundling the libraries properly. Yes, this includes the backend, because.. why not? It seems to work, at least. The VNC client for instance also is now fully strict TypeScript.
2024-04-05 04:30:56 -04:00
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"DOM"
]
,
}
initial commit
2024-04-02 07:43:54 -04:00
}
Reference in a new issue
Copy permalink