Files
litlyx/consumer/tsconfig.json
2025-11-28 16:49:20 +01:00

14 lines
240 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"outDir": "dist",
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}