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