mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 06:41:35 +00:00
merge master and resolve code conflict
This commit is contained in:
@@ -19,9 +19,16 @@
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true,
|
||||
"types": ["jest", "puppeteer", "jest-environment-puppeteer", "expect-puppeteer"],
|
||||
"types": ["jest", "playwright", "jest-playwright-preset", "expect-playwright"],
|
||||
"baseUrl": "src"
|
||||
},
|
||||
"include": ["./src/**/*", "./utils/**/*", "./test/testExplorer/TestExplorer.ts", "./**/*.ts", "./**/*.tsx"],
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
"./utils/**/*",
|
||||
"./test/testExplorer/TestExplorer.ts",
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx",
|
||||
"src/custom.d.ts"
|
||||
],
|
||||
"exclude": ["./src/**/__mocks__/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user