Skip to content

Commit 40344fe

Browse files
committed
fix: add path to local tsconfig file
1 parent f4b0988 commit 40344fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,9 @@
108108
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
109109
"skipLibCheck": true /* Skip type checking all .d.ts files. */
110110
},
111+
"files": [],
112+
// Paths to dirs containing a tsconfig file
113+
"references": [
114+
{"path": "./src/algorithms/data-processing/object-sanitization"}
115+
]
111116
}

0 commit comments

Comments
 (0)