socketcomputer/webapp/tsconfig.json
Lily Tsuru 4212050ae5 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

7 lines
79 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["DOM"],
}
}