17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"extends": "@manuth/tsconfig/recommended",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"ES2020"
|
|
],
|
|
"plugins": [
|
|
{
|
|
"name": "@manuth/typescript-eslint-plugin"
|
|
}
|
|
],
|
|
"target": "ES6"
|
|
}
|
|
}
|