Skip to main content
Module

x/deninject/tsconfig.json

A dependency injection module for Deno.
Go to Latest
File
{ "compilerOptions": { "alwaysStrict": true, "strict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "plugins": [ { "name": "typescript-deno-plugin", "enable": true } ] }}