diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..8005846 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["src/*"], + "@components/*": ["src/components/*"], + "@config/*": ["src/config/*"], + "@features/*": ["src/features/*"], + "@images/*": ["src/images/*"], + "@libs/*": ["src/libs/*"], + "@utils/*": ["src/utils/*"] + } + }, + "exclude": ["node_modules"] +}