0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/tests/config.tsconfig.json
2019-04-29 07:58:31 -07:00

7 lines
92 B
JSON

{
"compilerOptions": {
"module": "amd",
"strict": true,
"target": "es5"
}
}