deno/tests/config.tsconfig.json
2019-04-29 07:58:31 -07:00

8 lines
92 B
JSON

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