diff options
author | Evan <[email protected]> | 2022-04-24 10:20:30 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-24 17:20:30 +0200 |
commit | f584d683bb488f1130e4a86fffd65899d7b687c4 (patch) | |
tree | 0218023ed68fa4a59b78756c6e41db16943890ef /frontend/tsconfig.json | |
parent | 4d365802a172538fd3d723757d324555e931cd48 (diff) | |
download | monkeytype-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.json | 2 |
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"] } |