Files
zeroone/jsconfig.json
KM 6e4dc5e9db init
Initial mock up of the app
2024-01-22 12:03:56 +01:00

10 lines
136 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}