1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-06 22:35:51 -05:00
denoland-deno/tools/ts_library_builder/tsconfig.json

9 lines
141 B
JSON
Raw Normal View History

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