Skip to content

Commit 7797ce2

Browse files
committed
chore: update tsconfig.json
1 parent 8940e93 commit 7797ce2

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.changeset/all-shirts-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@repo/workspace-dependencies': patch
3+
---
4+
5+
chore: update tsconfig.json
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
{
2-
"include": ["**/*.ts", "**/*.tsx"],
3-
"exclude": ["node_modules/"],
4-
"compilerOptions": {
5-
"lib": ["ESNext"],
6-
"target": "ESNext",
7-
"module": "ESNext",
8-
"moduleDetection": "force",
9-
"jsx": "react-jsx",
10-
"moduleResolution": "Bundler",
11-
"allowImportingTsExtensions": true,
12-
"verbatimModuleSyntax": true,
13-
"noEmit": true,
14-
"skipLibCheck": true,
15-
"strict": true,
16-
"noFallthroughCasesInSwitch": true,
17-
"forceConsistentCasingInFileNames": true
18-
}
2+
"extends": "@repo/typescript-config/lib.json"
193
}

0 commit comments

Comments
 (0)