skipLibCheck added

This commit is contained in:
hardiknai-techm
2021-05-27 10:41:24 +05:30
parent a20620db0e
commit dbfa7e37ed
2 changed files with 3 additions and 10 deletions

View File

@@ -21,7 +21,8 @@
"resolveJsonModule": true,
"noEmit": true,
"types": ["jest", "playwright", "jest-playwright-preset", "expect-playwright"],
"baseUrl": "src"
"baseUrl": "src",
"skipLibCheck": true
},
"typedocOptions": {
"entryPoints": [
@@ -43,7 +44,7 @@
"./test/testExplorer/TestExplorer.ts",
"./**/*.ts",
"./**/*.tsx",
"src/custom.d.ts"
"./src/*.d.ts"
],
"exclude": ["./src/**/__mocks__/**/*"]
}