Refactor tsconfig.jsons

This commit is contained in:
Titus Wormer 2023-11-09 15:58:43 +01:00
parent 255ca39799
commit 904eddeded
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E
72 changed files with 147 additions and 295 deletions

View File

@ -36,78 +36,78 @@
], ],
"type": "module", "type": "module",
"workspaces": [ "workspaces": [
"packages/remark-lint", "packages/remark-lint/",
"packages/remark-lint-blockquote-indentation", "packages/remark-lint-blockquote-indentation/",
"packages/remark-lint-checkbox-character-style", "packages/remark-lint-checkbox-character-style/",
"packages/remark-lint-checkbox-content-indent", "packages/remark-lint-checkbox-content-indent/",
"packages/remark-lint-code-block-style", "packages/remark-lint-code-block-style/",
"packages/remark-lint-definition-case", "packages/remark-lint-definition-case/",
"packages/remark-lint-definition-spacing", "packages/remark-lint-definition-spacing/",
"packages/remark-lint-emphasis-marker", "packages/remark-lint-emphasis-marker/",
"packages/remark-lint-fenced-code-flag", "packages/remark-lint-fenced-code-flag/",
"packages/remark-lint-fenced-code-marker", "packages/remark-lint-fenced-code-marker/",
"packages/remark-lint-file-extension", "packages/remark-lint-file-extension/",
"packages/remark-lint-final-definition", "packages/remark-lint-final-definition/",
"packages/remark-lint-final-newline", "packages/remark-lint-final-newline/",
"packages/remark-lint-first-heading-level", "packages/remark-lint-first-heading-level/",
"packages/remark-lint-hard-break-spaces", "packages/remark-lint-hard-break-spaces/",
"packages/remark-lint-heading-increment", "packages/remark-lint-heading-increment/",
"packages/remark-lint-heading-style", "packages/remark-lint-heading-style/",
"packages/remark-lint-linebreak-style", "packages/remark-lint-linebreak-style/",
"packages/remark-lint-link-title-style", "packages/remark-lint-link-title-style/",
"packages/remark-lint-list-item-bullet-indent", "packages/remark-lint-list-item-bullet-indent/",
"packages/remark-lint-list-item-content-indent", "packages/remark-lint-list-item-content-indent/",
"packages/remark-lint-list-item-indent", "packages/remark-lint-list-item-indent/",
"packages/remark-lint-list-item-spacing", "packages/remark-lint-list-item-spacing/",
"packages/remark-lint-maximum-heading-length", "packages/remark-lint-maximum-heading-length/",
"packages/remark-lint-maximum-line-length", "packages/remark-lint-maximum-line-length/",
"packages/remark-lint-no-auto-link-without-protocol", "packages/remark-lint-no-auto-link-without-protocol/",
"packages/remark-lint-no-blockquote-without-marker", "packages/remark-lint-no-blockquote-without-marker/",
"packages/remark-lint-no-consecutive-blank-lines", "packages/remark-lint-no-consecutive-blank-lines/",
"packages/remark-lint-no-duplicate-defined-urls", "packages/remark-lint-no-duplicate-defined-urls/",
"packages/remark-lint-no-duplicate-definitions", "packages/remark-lint-no-duplicate-definitions/",
"packages/remark-lint-no-duplicate-headings", "packages/remark-lint-no-duplicate-headings/",
"packages/remark-lint-no-duplicate-headings-in-section", "packages/remark-lint-no-duplicate-headings-in-section/",
"packages/remark-lint-no-emphasis-as-heading", "packages/remark-lint-no-emphasis-as-heading/",
"packages/remark-lint-no-empty-url", "packages/remark-lint-no-empty-url/",
"packages/remark-lint-no-file-name-articles", "packages/remark-lint-no-file-name-articles/",
"packages/remark-lint-no-file-name-consecutive-dashes", "packages/remark-lint-no-file-name-consecutive-dashes/",
"packages/remark-lint-no-file-name-irregular-characters", "packages/remark-lint-no-file-name-irregular-characters/",
"packages/remark-lint-no-file-name-mixed-case", "packages/remark-lint-no-file-name-mixed-case/",
"packages/remark-lint-no-file-name-outer-dashes", "packages/remark-lint-no-file-name-outer-dashes/",
"packages/remark-lint-no-heading-content-indent", "packages/remark-lint-no-heading-content-indent/",
"packages/remark-lint-no-heading-indent", "packages/remark-lint-no-heading-indent/",
"packages/remark-lint-no-heading-like-paragraph", "packages/remark-lint-no-heading-like-paragraph/",
"packages/remark-lint-no-heading-punctuation", "packages/remark-lint-no-heading-punctuation/",
"packages/remark-lint-no-html", "packages/remark-lint-no-html/",
"packages/remark-lint-no-inline-padding", "packages/remark-lint-no-inline-padding/",
"packages/remark-lint-no-literal-urls", "packages/remark-lint-no-literal-urls/",
"packages/remark-lint-no-missing-blank-lines", "packages/remark-lint-no-missing-blank-lines/",
"packages/remark-lint-no-multiple-toplevel-headings", "packages/remark-lint-no-multiple-toplevel-headings/",
"packages/remark-lint-no-paragraph-content-indent", "packages/remark-lint-no-paragraph-content-indent/",
"packages/remark-lint-no-reference-like-url", "packages/remark-lint-no-reference-like-url/",
"packages/remark-lint-no-shell-dollars", "packages/remark-lint-no-shell-dollars/",
"packages/remark-lint-no-shortcut-reference-image", "packages/remark-lint-no-shortcut-reference-image/",
"packages/remark-lint-no-shortcut-reference-link", "packages/remark-lint-no-shortcut-reference-link/",
"packages/remark-lint-no-table-indentation", "packages/remark-lint-no-table-indentation/",
"packages/remark-lint-no-tabs", "packages/remark-lint-no-tabs/",
"packages/remark-lint-no-undefined-references", "packages/remark-lint-no-undefined-references/",
"packages/remark-lint-no-unneeded-full-reference-image", "packages/remark-lint-no-unneeded-full-reference-image/",
"packages/remark-lint-no-unneeded-full-reference-link", "packages/remark-lint-no-unneeded-full-reference-link/",
"packages/remark-lint-no-unused-definitions", "packages/remark-lint-no-unused-definitions/",
"packages/remark-lint-ordered-list-marker-style", "packages/remark-lint-ordered-list-marker-style/",
"packages/remark-lint-ordered-list-marker-value", "packages/remark-lint-ordered-list-marker-value/",
"packages/remark-lint-rule-style", "packages/remark-lint-rule-style/",
"packages/remark-lint-strikethrough-marker", "packages/remark-lint-strikethrough-marker/",
"packages/remark-lint-strong-marker", "packages/remark-lint-strong-marker/",
"packages/remark-lint-table-cell-padding", "packages/remark-lint-table-cell-padding/",
"packages/remark-lint-table-pipe-alignment", "packages/remark-lint-table-pipe-alignment/",
"packages/remark-lint-table-pipes", "packages/remark-lint-table-pipes/",
"packages/remark-lint-unordered-list-marker-style", "packages/remark-lint-unordered-list-marker-style/",
"packages/remark-preset-lint-consistent", "packages/remark-preset-lint-consistent/",
"packages/remark-preset-lint-markdown-style-guide", "packages/remark-preset-lint-markdown-style-guide/",
"packages/remark-preset-lint-recommended", "packages/remark-preset-lint-recommended/",
"packages/unified-lint-rule" "packages/unified-lint-rule/"
], ],
"devDependencies": { "devDependencies": {
"@types/mdast": "^4.0.0", "@types/mdast": "^4.0.0",

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [{"path": "../unified-lint-rule"}]
} }

View File

@ -1,18 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [
{"path": "../remark-lint"},
{"path": "../remark-lint-blockquote-indentation"},
{"path": "../remark-lint-checkbox-character-style"},
{"path": "../remark-lint-code-block-style"},
{"path": "../remark-lint-emphasis-marker"},
{"path": "../remark-lint-fenced-code-marker"},
{"path": "../remark-lint-heading-style"},
{"path": "../remark-lint-link-title-style"},
{"path": "../remark-lint-list-item-content-indent"},
{"path": "../remark-lint-ordered-list-marker-style"},
{"path": "../remark-lint-rule-style"},
{"path": "../remark-lint-strong-marker"},
{"path": "../remark-lint-table-cell-padding"}
]
} }

View File

@ -1,49 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [
{"path": "../remark-lint"},
{"path": "../remark-lint-blockquote-indentation"},
{"path": "../remark-lint-code-block-style"},
{"path": "../remark-lint-definition-case"},
{"path": "../remark-lint-definition-spacing"},
{"path": "../remark-lint-emphasis-marker"},
{"path": "../remark-lint-fenced-code-flag"},
{"path": "../remark-lint-fenced-code-marker"},
{"path": "../remark-lint-file-extension"},
{"path": "../remark-lint-final-definition"},
{"path": "../remark-lint-hard-break-spaces"},
{"path": "../remark-lint-heading-increment"},
{"path": "../remark-lint-heading-style"},
{"path": "../remark-lint-link-title-style"},
{"path": "../remark-lint-list-item-content-indent"},
{"path": "../remark-lint-list-item-indent"},
{"path": "../remark-lint-list-item-spacing"},
{"path": "../remark-lint-maximum-heading-length"},
{"path": "../remark-lint-maximum-line-length"},
{"path": "../remark-lint-no-blockquote-without-marker"},
{"path": "../remark-lint-no-consecutive-blank-lines"},
{"path": "../remark-lint-no-duplicate-headings"},
{"path": "../remark-lint-no-emphasis-as-heading"},
{"path": "../remark-lint-no-file-name-articles"},
{"path": "../remark-lint-no-file-name-consecutive-dashes"},
{"path": "../remark-lint-no-file-name-irregular-characters"},
{"path": "../remark-lint-no-file-name-mixed-case"},
{"path": "../remark-lint-no-file-name-outer-dashes"},
{"path": "../remark-lint-no-heading-punctuation"},
{"path": "../remark-lint-no-inline-padding"},
{"path": "../remark-lint-no-literal-urls"},
{"path": "../remark-lint-no-multiple-toplevel-headings"},
{"path": "../remark-lint-no-shell-dollars"},
{"path": "../remark-lint-no-shortcut-reference-image"},
{"path": "../remark-lint-no-shortcut-reference-link"},
{"path": "../remark-lint-no-table-indentation"},
{"path": "../remark-lint-ordered-list-marker-style"},
{"path": "../remark-lint-ordered-list-marker-value"},
{"path": "../remark-lint-rule-style"},
{"path": "../remark-lint-strong-marker"},
{"path": "../remark-lint-table-cell-padding"},
{"path": "../remark-lint-table-pipe-alignment"},
{"path": "../remark-lint-table-pipes"},
{"path": "../remark-lint-unordered-list-marker-style"}
]
} }

View File

@ -1,20 +1,3 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json"
"references": [
{"path": "../remark-lint"},
{"path": "../remark-lint-final-newline"},
{"path": "../remark-lint-hard-break-spaces"},
{"path": "../remark-lint-list-item-bullet-indent"},
{"path": "../remark-lint-list-item-indent"},
{"path": "../remark-lint-no-blockquote-without-marker"},
{"path": "../remark-lint-no-duplicate-definitions"},
{"path": "../remark-lint-no-heading-content-indent"},
{"path": "../remark-lint-no-inline-padding"},
{"path": "../remark-lint-no-literal-urls"},
{"path": "../remark-lint-no-shortcut-reference-image"},
{"path": "../remark-lint-no-shortcut-reference-link"},
{"path": "../remark-lint-no-undefined-references"},
{"path": "../remark-lint-no-unused-definitions"},
{"path": "../remark-lint-ordered-list-marker-style"}
]
} }

View File

@ -1,18 +1,15 @@
{ {
"include": ["**/*.js"],
"exclude": ["**/coverage/", "**/node_modules/"],
"compilerOptions": { "compilerOptions": {
"customConditions": ["development"],
"checkJs": true, "checkJs": true,
"customConditions": ["development"],
"declaration": true, "declaration": true,
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true, "exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2020"], "lib": ["es2020"],
"module": "node16", "module": "node16",
"newLine": "lf",
"strict": true, "strict": true,
"target": "es2020", "target": "es2020"
"skipLibCheck": true },
} "exclude": ["**/coverage/", "**/node_modules/"],
"include": ["**/*.js"]
} }