is/tsconfig.json
morningstarxcdcode 1aef825c46 Fix code issues and improve maintainability
1. Fix syntax error in tsconfig.json by removing trailing comma
2. Rename confusing function isAbsoluteModule2 to createModuloChecker
3. Update Whitespace type definition to be more accurate
2025-06-13 13:01:07 +05:30

6 lines
70 B
JSON

{
"extends": "@sindresorhus/tsconfig",
"include": [
"source"
]
}