10 lines
116 B
JSON
10 lines
116 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|