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-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
d7f4298015
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
config
/
tsconfig.json
8 lines
93 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"
:
{
"module"
:
"amd"
,
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#15202)
2022-07-20 10:59:56 -04:00
"strict"
:
false
,
Add support for custom tsconfig.json (#2089) Use `--config`
2019-04-29 10:58:31 -04:00
"target"
:
"es5"
}
}
Copy permalink