lucy-cli
Version:
Lucy Framework for WIX Studio Editor
20 lines (19 loc) • 402 B
JSON
{
"compilerOptions": {
"composite": false,
"noEmit": true,
"experimentalDecorators": true,
"noUncheckedIndexedAccess": true,
"jsx": "react-jsx",
"strict": true,
"strictNullChecks": true,
"paths": {
"public/*": [],
"mocks": [],
"backend/*": [],
"wix-types/*": ["../wix-code-types/dist/types/*"],
"types/*": []
}
},
"include": []
}