TypeScript

Information on using Kilpi with TypeScript.


Kilpi is recommended to be used with TypeScript with strict mode enabled. No additional TypeScript configuration is required.

tsconfig.json
{
"compilerOptions": {
"strict": true
// ...
}
// ...
}