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.
Go to Latest
File
{ "compilerOptions": { "esModuleInterop": true, "module": "commonjs", "noEmit": true, "lib": ["ESNext"], "strict": true, "target": "es2018" }, "include": [ "./**/*.ts" ]}