hornwitser.no/tsconfig.json

20 lines
374 B
JSON
Raw Normal View History

{
2025-01-22 05:29:54 +01:00
"files": ["cli.ts"],
"include": ["content"],
"compilerOptions": {
"outDir": "build/node",
"rootDir": ".",
"jsx": "react-jsx",
"jsxImportSource": "antihtml",
"sourceMap": true,
"lib": ["es2023"],
"target": "es2023",
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}