hsconsole/tsconfig.json

13 lines
241 B
JSON
Raw Permalink Normal View History

2023-08-14 17:05:12 +01:00
{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
2025-01-03 02:15:47 +00:00
"target": "ES2022",
2023-08-14 17:05:12 +01:00
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "./",
"outDir": "./lib/",
"strict": true,
2025-01-03 02:15:47 +00:00
"declaration": true
2023-08-14 17:05:12 +01:00
}
}