Component library setup (#115)

This commit is contained in:
Salih Altun
2024-03-21 00:07:02 +03:00
committed by GitHub
parent a27e1dcd81
commit d2ca6ca792
14 changed files with 1543 additions and 342 deletions

View File

@@ -21,7 +21,11 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["./src/", "vite-env.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]