This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
toolchain
mirror of
https://github.com/actions-rs/toolchain.git
Watch
1
Star
0
Fork
You've already forked toolchain
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
816f3c27d1
toolchain
/
tsconfig.eslint.json
5 lines
90 B
JSON
Raw
Normal View
History
Unescape
Escape
Release v1.0.6
2020-03-24 21:26:10 +08:00
{
"extends"
:
"./tsconfig.json"
,
Support toml rust-toolchain & working-directory Closes #126
2021-04-06 00:12:59 +08:00
"include"
:
[
"src/**/*.ts"
,
"__tests__/**/*.ts"
]
Release v1.0.6
2020-03-24 21:26:10 +08:00
}