Skip to main content
Module

x/rad/tsconfig.json

general purpose build tool. statically typed, batteries included. command, function, and make-style tasks supported. improved npm scripts for deno.
Latest
File
{ "compilerOptions": { "esModuleInterop": true, "module": "ES2020", "noEmit": true, "lib": ["ESNext"], "strict": true, "target": "ES2020" }, "include": ["./**/*.ts"]}