Teren-app/jsconfig.json
2024-11-19 12:49:16 +01:00

12 lines
224 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6",
"baseUrl": ".",
"paths": {
"@/*": ["resources/js/*"]
}
},
"exclude": ["node_modules", "public"]
}