FootballFieldCalibaration / jsconfig.json
2nzi's picture
first commit
2964111 verified
raw
history blame contribute delete
116 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}