This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
731de86976
denoland-deno
/
std
/
tsconfig_test.json
6 lines
59 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add --no-check option (#6456) This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust.
2020-07-08 05:26:39 -04:00
{
"compilerOptions"
:
{
feat(unstable): revert "enable importsNotUsedAsValues by default #7413" (#7800) This reverts commit fbb18d40d3cfd0d24262e8e73b97f22770734572.
2020-10-03 10:40:26 -04:00
"isolatedModules"
:
true
feat: add --no-check option (#6456) This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust.
2020-07-08 05:26:39 -04:00
}
}
Copy permalink