Skip to main content
Module

x/drash/tests/tsconfig.deno.json

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
File
{ "compilerOptions": { "emitDeclarationOnly": true, "declaration": true, "allowImportingTsExtensions": true, "target": "es2015" }, "include": [ "../src/**/*.ts" ]}