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
6 lines
70 B
JSON
6 lines
70 B
JSON
{
|
|
"extends": "@sindresorhus/tsconfig",
|
|
"include": [
|
|
"source"
|
|
]
|
|
}
|