7 lines
132 B
JSON
7 lines
132 B
JSON
|
{
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6,
|
||
|
"sourceType": "module"
|
||
|
}
|
||
|
}
|