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.
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"strict": true
|
|
}
|
|
}
|