Skip to content

Commit 2d97093

Browse files
committed
Update tsconfig
1 parent e571a71 commit 2d97093

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/dataviews/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"extends": "../../tsconfig.base.json",
44
"compilerOptions": {
55
"rootDir": "src",
6-
"declarationDir": "build-types"
6+
"declarationDir": "build-types",
7+
"skipLibCheck": true,
8+
"checkJs": false
79
},
810
"references": [
911
{ "path": "../a11y" },
@@ -16,5 +18,5 @@
1618
{ "path": "../primitives" },
1719
{ "path": "../private-apis" }
1820
],
19-
"include": [ "src/**/*.ts", "src/**/*.tsx" ]
21+
"include": [ "src" ]
2022
}

0 commit comments

Comments
 (0)