@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": [
+ "src/*"
+ ]
+ },
+ "allowSyntheticDefaultImports": true
+ "exclude": [
+ "node_modules",
+ "dist"
+}