1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/tools/ts_library_builder/tsconfig.json
2018-10-11 20:29:43 -04:00

8 lines
141 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"strict": true,
"target": "esnext"
},
"files": ["./build_library.ts"]
}