mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-28 00:16:55 +00:00
12 lines
227 B
JSON
12 lines
227 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"noEmit": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"lib": ["es5", "dom", "es6"],
|
||
|
"types": ["cypress", "node"]
|
||
|
},
|
||
|
"include": ["**/*.ts", "**/*.spec.ts"]
|
||
|
}
|