setup-deno/tsconfig.json

11 lines
192 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"strict": true,
"moduleResolution": "node"
}
}