hornwitser.no/tsconfig.json

17 lines
311 B
JSON
Raw Normal View History

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