diff options
author | Miodec <[email protected]> | 2024-07-18 13:35:14 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-18 13:35:14 +0200 |
commit | 720391d693846137bd8e7e40f77d67277c65c06f (patch) | |
tree | 61085b809f06cf695e7e500bd8229ffedf13877d | |
parent | 8b6ae53daf4c0b85dfe55f857d902069094ac6a5 (diff) | |
download | monkeytype-720391d693846137bd8e7e40f77d67277c65c06f.tar.gz monkeytype-720391d693846137bd8e7e40f77d67277c65c06f.zip |
more unused
-rw-r--r-- | frontend/tsconfig.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index fc3e5fb1a..1507df15e 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -7,11 +7,7 @@ "target": "ES6", "moduleResolution": "Node", "module": "ESNext", - "noEmit": true, - "skipLibCheck": false, //probably remove this - "paths": { - "@shared/*": ["../shared-types/*"] - } + "noEmit": true }, "include": [ "./src/**/*.ts", |