lifx-scripts/tsconfig.json
Alan 61e88054eb init
composition of async path of actions is a little silly, will hopefully
get around to a nicer way to do it.

sunset is still todo, moving to build & deployment first.
2026-03-15 15:38:03 +11:00

8 lines
126 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"module": "commonjs",
"target": "esnext",
"strict": true
}
}