Files
slop-farmer-extension/tsconfig.json

11 lines
235 B
JSON

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