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.
Go to Latest
File
{ "compilerOptions": { "module": "commonjs", "target": "ES2018", "lib": ["es2018"], "declaration": true, "outDir": "./dist", "sourceMap": true, "newLine": "LF", "noUnusedLocals": true, "noUnusedParameters": true, "incremental": true, "strict": true }, "filesGlob": ["src/**/*"], "exclude": ["node_modules", "res/**/*", "dist/**/*"]}