splatoon3.ink/jsconfig.json
Matt Isenhower 824dd4349a Add jsconfig
2024-03-17 09:11:37 -07:00

9 lines
116 B
JSON

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