deno/cli/tests/038_checkjs.tsconfig.json

7 lines
72 B
JSON
Raw Normal View History

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