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