Skip to main content
Module

x/denoify/tsconfig.json

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Latest
File
{ "compilerOptions": { "module": "commonjs", "target": "ES2021", "declaration": true, "outDir": "./dist", "sourceMap": true, "newLine": "LF", "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "res/**/*", "dist/**/*"]}