@mendix/pluggable-widgets-tools
Version:
Mendix Pluggable Widgets Tools
30 lines (29 loc) • 881 B
JSON
{
"compilerOptions": {
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}