deno.land / x / denoify@v1.6.9 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "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/**/*"]}
denoify

Version Info

Tagged at
3 months ago