11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noUnusedParameters": false,
|
|
"paths": {}
|
|
},
|
|
"include": ["./*.js", "./.eslintrc.js"]
|
|
}
|