mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-02 22:31:58 +03:00
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"__tests__/**/*.ts"
|
|
]
|
|
}
|