warden/tsconfig.json
2025-02-26 17:19:58 +01:00

11 lines
182 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "dist",
"strict": true,
"esModuleInterop": true
},
"include": ["src/index.ts"]
}