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 e571a71 commit 2d97093Copy full SHA for 2d97093
packages/dataviews/tsconfig.json
@@ -3,7 +3,9 @@
3
"extends": "../../tsconfig.base.json",
4
"compilerOptions": {
5
"rootDir": "src",
6
- "declarationDir": "build-types"
+ "declarationDir": "build-types",
7
+ "skipLibCheck": true,
8
+ "checkJs": false
9
},
10
"references": [
11
{ "path": "../a11y" },
@@ -16,5 +18,5 @@
16
18
{ "path": "../primitives" },
17
19
{ "path": "../private-apis" }
20
],
- "include": [ "src/**/*.ts", "src/**/*.tsx" ]
21
+ "include": [ "src" ]
22
}
0 commit comments