blob: ff8304bd3ac450faba793f54a7a4e80697f52fff [file] [log] [blame]
{
"compilerOptions": {
"target": "ES3",
"noImplicitAny": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"removeComments": true,
"sourceMap": true,
// https://github.com/ezolenko/rollup-plugin-typescript2/issues/12#issuecomment-536173372
"moduleResolution": "node",
"importHelpers": true,
"pretty": true
},
"include": [
"../../src/global.d.ts",
"**/*.ts"
],
"exclude": [
]
}