Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/levo/src/levo-tsconfig-raw.ts>levoTsconfigRaw

Server side rendering with The Elm Architecture in Deno
Latest
variable levoTsconfigRaw
import { levoTsconfigRaw } from "https://deno.land/x/levo@v0.0.27/src/levo-tsconfig-raw.ts";

type

` { "compilerOptions": { "allowJs": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "alwaysStrict": true, "checkJs": false, "disableSizeLimit": false, "jsx": "react", "jsxFactory": "React.createElement", "lib": ["dom", "DOM", "ES2016", "ES2017", "ES2018", "ES2019"], "noFallthroughCasesInSwitch": false, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUnusedLocals": false, "noUnusedParameters": false, "preserveConstEnums": false, "removeComments": false, "resolveJsonModule": true, "strict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "suppressExcessPropertyErrors": false, "suppressImplicitAnyIndexErrors": false, "useDefineForClassFields": false } } `