sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| { | |
| "compilerOptions": { | |
| // Strict Checks | |
| "alwaysStrict": true, | |
| "noImplicitAny": true, | |
| "strictNullChecks": true, | |
| "useUnknownInCatchVariables": true, | |
| "strictPropertyInitialization": true, | |
| "strictFunctionTypes": true, | |
| "noImplicitThis": true, |