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 8940e93 commit 7797ce2Copy full SHA for 7797ce2
.changeset/all-shirts-talk.md
@@ -0,0 +1,5 @@
1
+---
2
+'@repo/workspace-dependencies': patch
3
4
+
5
+chore: update tsconfig.json
packages/workspace-dependencies/tsconfig.json
@@ -1,19 +1,3 @@
{
- "include": ["**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules/"],
- "compilerOptions": {
- "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
- }
+ "extends": "@repo/typescript-config/lib.json"
19
}
0 commit comments