Skip to content

Commit 16c6ec2

Browse files
React Components styles generations committed
1 parent c85f744 commit 16c6ec2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

components/base/tsconfig.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"skipLibCheck": true, // Skip checking of declaration files.
2121
"sourceMap": true, // Generate source maps.
2222
"target": "ES2020", // Set ECMAScript version to ES2020.
23-
"typeRoots": [
24-
"./node_modules/@types",
25-
"./node_modules/@testing-library"
26-
], // Specify root directory for type declarations.
2723
"types": [
2824
"node",
2925
"react",
@@ -35,11 +31,6 @@
3531
"DOM.Iterable"
3632
] // Include libraries for ES2020 and DOM.
3733
},
38-
"include": [
39-
"src",
40-
"spec",
41-
"samples"
42-
], // Include only the provided directory for compilation.
4334
"exclude": [
4435
"node_modules",
4536
"dist",
@@ -48,4 +39,4 @@
4839
"test-report"
4940
], // Exclude these directories from compilation.
5041
"compileOnSave": false // Disable Compile-on-Save.
51-
}
42+
}

0 commit comments

Comments
 (0)