mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Switch to accessibility insights's version of these tools (#603)
* Switch to accessibility insights's version of these tools * auto-add files meeting strict checks
This commit is contained in:
11
strict-null-checks/config.js
Normal file
11
strict-null-checks/config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
const path = require("path");
|
||||
const repoRoot = path.join(__dirname, "../").replace(/\\/g, "/");
|
||||
|
||||
module.exports = {
|
||||
repoRoot: repoRoot,
|
||||
srcRoot: `${repoRoot}/src`,
|
||||
targetTsconfig: "tsconfig.strict.json",
|
||||
skippedFiles: new Set([]),
|
||||
};
|
||||
Reference in New Issue
Block a user