mirror of
https://github.com/LucasVbr/hono-pug-renderer.git
synced 2026-05-13 17:21:51 +00:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true
|
|
}
|
|
} |