Skip to content

Commit 43cfacc

Browse files
authored
chore: use "skipLibCheck": true (#1328)
1 parent aa469c3 commit 43cfacc

File tree

1 file changed

+1
-0
lines changed
  • packages/igx-templates/igx-ts-legacy/projects/_base/files

1 file changed

+1
-0
lines changed

packages/igx-templates/igx-ts-legacy/projects/_base/files/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"baseUrl": "./",
66
"outDir": "./dist/out-tsc",
77
"forceConsistentCasingInFileNames": true,
8+
"skipLibCheck": true,
89
"strict": true,
910
"sourceMap": true,
1011
"declaration": false,

0 commit comments

Comments
 (0)