10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@appsmith/*": ["enterprise/*"],
|
|
"test/*": ["../test/*"]
|
|
}
|
|
}
|
|
}
|