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

5 lines
82 B
JSON
Raw Normal View History

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