9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"allowJs": true
|
|
}
|
|
}
|