deno/cli/tests/038_checkjs.tsconfig.json
2020-02-25 03:32:43 -05:00

7 lines
72 B
JSON

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