We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b0988 commit 40344feCopy full SHA for 40344fe
tsconfig.json
@@ -108,4 +108,9 @@
108
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
109
"skipLibCheck": true /* Skip type checking all .d.ts files. */
110
},
111
+ "files": [],
112
+ // Paths to dirs containing a tsconfig file
113
+ "references": [
114
+ {"path": "./src/algorithms/data-processing/object-sanitization"}
115
+ ]
116
}
0 commit comments