Skip to content

Commit

Permalink
Temporarily remove extends from tsconfig.json
Browse files Browse the repository at this point in the history
Pending [GH/dividab/tsconfig-paths#245](dividab/tsconfig-paths#245).

Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Mar 29, 2023
1 parent 2cfe7ee commit 76e98ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Expand Up @@ -92,13 +92,16 @@
"verbatimModuleSyntax": true,
},
"exclude": [],
/*
pending https://github.com/dividab/tsconfig-paths/pull/245
"extends": [
"@tsconfig/recommended/tsconfig.json",
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node16/tsconfig.json",
"@tsconfig/svelte/tsconfig.json",
"@tsconfig/esm/tsconfig.json"
],
*/
"include": [
"CHANGELOG.md",
"README.md",
Expand Down

0 comments on commit 76e98ba

Please sign in to comment.