twenty/tools/eslint-rules/tsconfig.json

19 lines
312 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node16",
"module": "node16"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lint.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}