10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@capital/*": ["../../src/plugin/*"],
|
|
}
|
|
}
|
|
}
|