https://github.com/sagemathinc/cocalc
Raw File
Tip revision: a3b7af6c641c5523d558304c47fd9bb5ddf90a38 authored by Harald Schilly on 09 December 2020, 13:34:15 UTC
project/usage: also update if remaining memory changes
Tip revision: a3b7af6
tsconfig.md
# Document our tsconfig.json.

JSON can't have comments in it, hence this file.

This line `"skipLibCheck": true` is because of [this](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues/128#issuecomment-407376483) and wanting to use fork-ts-checker-webpack-plugin.  We have to have the same options between this plugin and webpack, or things don't work.
back to top