Files
sexy/packages/buttplug/tsconfig.json

12 lines
212 B
JSON
Raw Normal View History

2025-10-25 22:04:41 +02:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"outDir": "dist",
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
2025-10-25 22:04:41 +02:00
}