Files
slop-farmer-extension/tsconfig.json
2025-10-30 22:33:16 +00:00

10 lines
208 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "scripts",
"noImplicitAny": true,
"lib": ["ES7", "DOM"],
"sourceMap": true,
"target": "esnext"
}
}