mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./test/**/*"],
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
}
|