hornwitser.no/tsconfig.json

18 lines
352 B
JSON

{
"files": ["cli.ts"],
"include": ["content"],
"compilerOptions": {
"outDir": "build/node",
"rootDir": ".",
"jsx": "react-jsx",
"jsxImportSource": "antihtml",
"lib": ["es2023"],
"target": "es2023",
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}