Skip to content

Instantly share code, notes, and snippets.

View ryanatkn's full-sized avatar
💭
all ways a wip 🐢

Ryan Atkinson ryanatkn

💭
all ways a wip 🐢
View GitHub Profile
@ryanatkn
ryanatkn / machine.js
Created May 31, 2021 21:29
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@ryanatkn
ryanatkn / tsconfig.json
Last active February 25, 2023 17:36
A TypeScript 3.5 tsconfig.json with all options organized and with documentation comments
{
// Commented-out options have their default values.
"include": ["src/**/*"],
"exclude": ["node_modules/*"],
// "files": [], // A list of relative or absolute file paths to include.
// "extends": "", // A string containing a path to another configuration file to inherit from.
// "references": [], // An array of objects `{"path": "./to/dirOrConfig"}` that specifies projects to reference.
// "compileOnSave": false, // Signals to the IDE to generate all files for a given tsconfig.json upon saving.
"compilerOptions": {