mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src/**/*", "__tests__/**/*"]
|
|
}
|