Files
slop-farmer-extension/tsconfig.json

13 lines
307 B
JSON

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