Skip to main content
Module

x/dem/tsconfig.json

A module version manager for Deno.
Go to Latest
File
{ "compilerOptions": { "target": "esnext", "strict": true, "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true }}