diff --git a/src/tsconfig.json b/src/tsconfig.json new file mode 100644 index 00000000..c4b3d604 --- /dev/null +++ b/src/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + }, + }, +} \ No newline at end of file