mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 14:22:05 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
15
tsconfig.contracts.json
Normal file
15
tsconfig.contracts.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./Contracts/",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"module": "amd",
|
||||
"types": []
|
||||
},
|
||||
"files": [
|
||||
"./src/Contracts/ActionContracts.ts",
|
||||
"./src/Contracts/Diagnostics.ts",
|
||||
"./src/Contracts/ExplorerContracts.ts",
|
||||
"./src/Contracts/Versions.ts"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user