Files
HA-NerdFlows-Functions/jsconfig.json
2023-09-28 12:28:27 -04:00

10 lines
220 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true
}
}