mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 09:02:41 +01:00
10 lines
224 B
JSON
10 lines
224 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./test/**/*", "./playwright.config.ts", "./src/**/*.d.ts"],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es2022", "dom"],
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|