lordwelch 6fab6022d0 Remove grab
Switch to using bootstrap-table
Add DownThemAll plugin
Remove Firefox plugin
2021-01-09 16:36:18 -08:00

20 lines
424 B
JSON

{
"compilerOptions": {
"outDir": "build",
"module": "commonjs",
"target": "esnext",
"noImplicitAny": true,
"allowJs": true,
"alwaysStrict": true,
"strictNullChecks": true,
"newLine": "lf",
"noEmitHelpers": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"importHelpers": true,
"sourceMap": true
}
}