UNPKG

@jmarioste/codebox

Version:

Code highlighting tool for Editor.js using prismjs and tailwindcss for styling

20 lines (19 loc) 475 B
{ "compilerOptions": { "target": "ES2017", "lib": ["dom", "dom.iterable", "esnext"], "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "noImplicitAny": false, "forceConsistentCasingInFileNames": true, "noEmit": true, "noUncheckedIndexedAccess": true, "outDir": "./dist", "rootDir": "./src", "jsx": "react" }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }