clumsy-graphics
Version:
a tool for rapidly developing animations where frames are described using svg elements à la react 🙃
16 lines • 407 B
JSON
{
"compilerOptions": {
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "CommonJS",
"target": "ES2020",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"jsx": "react"
},
"exclude": ["node_modules"]
}