golangci-lint/.github/peril/tsconfig.json
Denis Isaev 4c94e3400e
dev: add peril to invite contributors
Invite a contributor to GolangCI
organization after a first pull request
get merged.
2020-05-17 17:44:43 +03:00

10 lines
150 B
JSON

{
"compilerOptions": {
"esModuleInterop": false,
"target": "es5",
"module": "commonjs",
"lib": ["es2017"],
"strict": true
}
}