aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorEvan <[email protected]>2022-04-24 10:20:30 -0500
committerGitHub <[email protected]>2022-04-24 17:20:30 +0200
commitf584d683bb488f1130e4a86fffd65899d7b687c4 (patch)
tree0218023ed68fa4a59b78756c6e41db16943890ef /frontend/tsconfig.json
parent4d365802a172538fd3d723757d324555e931cd48 (diff)
downloadmonkeytype-f584d683bb488f1130e4a86fffd65899d7b687c4.tar.gz
monkeytype-f584d683bb488f1130e4a86fffd65899d7b687c4.zip
Rename scripts to ts (#2869) ferotiq
* Rename scripts to ts * Update config.base.js * Delete firebase-config.ts
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 3034dd549..d2acd0495 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -44,5 +44,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["./src/**/*.ts"],
- "files": ["src/scripts/modules.d.ts"]
+ "files": ["src/ts/modules.d.ts"]
}