dashboard/jsconfig.json

15 lines
252 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"module": "commonjs",
"paths": {
"@/*": ["*"]
},
"sourceMap": true,
"target": "es2017"
},
"exclude": ["node_modules", "dist","tmp"]
}