Module

x/eta/tsconfig.json

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Latest
File
{ "compilerOptions": { "strict": true, "lib": ["ES2022", "DOM"], "target": "ESNext", "module": "ESNext", "moduleResolution": "NodeNext", "allowImportingTsExtensions": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "declaration": true, "declarationMap": true, "declarationDir": "dist/types", "outDir": "dist", "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true }, "files": ["src/index.ts", "src/browser.ts"]}