Skip to main content
Module

x/keywork/tsconfig.base.json

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
File

{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "alwaysStrict": true, "strict": true, "noImplicitAny": true, "noImplicitReturns": false, "noImplicitThis": true, "noStrictGenericChecks": false, "noUncheckedIndexedAccess": false, "declaration": true, "isolatedModules": true, "experimentalDecorators": true, "importsNotUsedAsValues": "remove", "baseUrl": ".", "jsx": "react", "target": "esnext", "module": "esnext", "moduleResolution": "NodeNext", "lib": [ "es2021", "esnext", "dom", "dom.iterable" ], "sourceMap": true, "declarationMap": true, }, "composite": true}