Skip to main content
Module

x/graffiti/tsconfig.json

HTML/CSS engine for node.js and deno.
Latest
File
{ "compilerOptions": { "strict": true, "noImplicitAny": false, "lib": ["esnext", "dom"], "skipLibCheck": true, "target": "esnext", "alwaysStrict": true, "jsx": "react", "module": "esnext", "outDir": "lib" }, "include": ["src"]}