roles-bot/packages/serialize/tsconfig.json
xHyroM 90c7f903fd
feat: things
add serialize pkg

make /setup cmd
2023-04-08 22:08:38 +02:00

15 lines
310 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"target": "ESNext",
"lib": ["ESNext"],
"module": "ESNext",
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"declaration": true,
"emitDeclarationOnly": true
}
}