mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-10 19:46:32 +02:00
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"__tests__/**/*.ts"
|
|
]
|
|
}
|