aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ffd05b7..c216dfd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,19 +15,7 @@
"jsx": "preserve",
"incremental": true,
"types": ["jest", "@testing-library/jest-dom"],
- "baseUrl": ".",
- "paths": {
- "@i18n/*": ["src/i18n/*"],
- "@assets/*": ["src/assets/*"],
- "@content/*": ["src/content/*"],
- "@components/*": ["src/components/*"],
- "@pages/*": ["src/pages/*"],
- "@services/*": ["src/services/*"],
- "@styles/*": ["src/styles/*"],
- "@tests/*": ["tests/*"],
- "@ts/*": ["src/ts/*"],
- "@utils/*": ["src/utils/*"]
- }
+ "baseUrl": "."
},
"include": [
"next-env.d.ts",