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