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