mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
12 lines
No EOL
226 B
JSON
12 lines
No EOL
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"Texts/*": [
|
|
"./constants/texts/*"
|
|
],
|
|
"Selectors/*": [
|
|
"./constants/selectors/*"
|
|
]
|
|
}
|
|
}
|
|
} |