aboutsummaryrefslogtreecommitdiff
path: root/pw_status/ts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pw_status/ts/tsconfig.json')
-rw-r--r--pw_status/ts/tsconfig.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/pw_status/ts/tsconfig.json b/pw_status/ts/tsconfig.json
deleted file mode 100644
index 4ddd637e9..000000000
--- a/pw_status/ts/tsconfig.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "compilerOptions": {
- "allowUnreachableCode": false,
- "allowUnusedLabels": false,
- "declaration": true,
- "forceConsistentCasingInFileNames": true,
- "lib": [
- "es2018",
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "module": "commonjs",
- "noEmitOnError": true,
- "noFallthroughCasesInSwitch": true,
- "noImplicitReturns": true,
- "pretty": true,
- "sourceMap": true,
- "strict": true,
- "target": "es2018",
- "jsx": "react",
- "plugins": [
- {
- "name": "@bazel/tsetse",
- "disabledRules": [
- "must-use-promises"
- ]
- }
- ]
- },
- "exclude": [
- "node_modules"
- ]
-}