Skip to content

Commit f9c106c

Browse files
authored
Merge pull request #1205 from nextcloud-libraries/chore/no-lib-check
build: disable libcheck for Typescript
2 parents 1545de7 + 0b46730 commit f9c106c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
2+
"$schema": "https://www.schemastore.org/tsconfig.json",
33
"compilerOptions": {
44
"declaration": true,
55
"esModuleInterop": true,
@@ -11,7 +11,8 @@
1111
"target": "ES2022",
1212
"lib": ["ES2022"],
1313
"outDir": "./dist",
14-
"rootDir": "lib/"
14+
"rootDir": "lib/",
15+
"skipLibCheck": true
1516
},
1617
"include": [
1718
"lib"

0 commit comments

Comments
 (0)