13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
// "module": "commonjs",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
},
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |