setup-deno/deno.json
2024-09-13 17:15:41 +02:00

7 lines
72 B
JSON

{
"compilerOptions": {
"checkJs": true,
"allowJs": true
}
}