crabfit/crabfit-frontend/jsconfig.json
2022-08-16 14:29:41 +10:00

14 lines
171 B
JSON

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