I hereby claim:
- I am raffecat on github.
- I am raffe (https://keybase.io/raffe) on keybase.
- I have a public key whose fingerprint is 0FD1 D3F5 8878 80A6 A87A 5324 B0BF 0B88 3A84 1576
To claim this, I am signing this object:
import eslint from 'rollup-plugin-eslint'; | |
import buble from 'rollup-plugin-buble'; | |
export default { | |
input: 'src/entry.js', | |
output: { | |
file: 'dist/bundle.js', | |
format: 'iife' | |
}, | |
plugins: [ |
defmodule InspectPlug do | |
@behaviour Plug | |
def init(opts), do: opts | |
def call(conn, opts), do: IO.inspect(conn, opts) | |
end |
{ | |
"files": [ | |
"src/main.ts" | |
], | |
"compilerOptions": { | |
"inlineSourceMap": true, | |
"alwaysStrict": true, | |
"noImplicitAny": true, | |
"strictNullChecks": true, | |
"strictFunctionTypes": true, |
I hereby claim:
To claim this, I am signing this object: