Files
onspring-api-sdk-javascript/tsconfig.eslint.json
T

5 lines
110 B
JSON
Raw Permalink Normal View History

2023-02-03 00:16:38 -06:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "tests/**/*.ts", "integrationTests/**/*.ts"]
2023-02-03 00:16:38 -06:00
}