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