mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-30 22:48:32 +01:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./test/**/*"],
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
}
|