This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
edab21ebab
denoland-deno
/
cli
/
tests
/
config.tsconfig.json
8 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Add support for custom tsconfig.json (#2089) Use `--config`
2019-04-29 10:58:31 -04:00
{
"compilerOptions"
:
{
refactor(cli): migrate run and cache to new infrastructure (#7996) Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-22 20:50:15 -04:00
"experimentalDecorators"
:
false
,
Add support for custom tsconfig.json (#2089) Use `--config`
2019-04-29 10:58:31 -04:00
"module"
:
"amd"
,
"target"
:
"es5"
}
}
Copy permalink