-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig-common.json
More file actions
15 lines (13 loc) · 814 Bytes
/
tsconfig-common.json
File metadata and controls
15 lines (13 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* https://www.npmjs.com/package/@tsconfig/node20 */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declarationMap": true, /* Create sourcemaps for d.ts files. */
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
// api-extractor reads the documentation from the compiled files.
// "removeComments": true, /* Disable emitting comments. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
}
}