2019-06-23 03:35:23 -07:00
|
|
|
{
|
2022-09-09 09:00:18 -07:00
|
|
|
"extends": "../../tsconfig.json",
|
2019-06-23 03:35:23 -07:00
|
|
|
"compilerOptions": {
|
2022-09-09 09:00:18 -07:00
|
|
|
"outDir": "dist",
|
2022-10-26 02:55:39 -07:00
|
|
|
"lib": ["dom", "es2020", "es2022.error"],
|
2022-09-09 09:00:18 -07:00
|
|
|
"types": ["node", "jest"],
|
|
|
|
// TODO: remove all options below this line
|
|
|
|
"noImplicitReturns": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"useUnknownInCatchVariables": false
|
2019-06-23 03:35:23 -07:00
|
|
|
},
|
|
|
|
"include": [
|
2022-09-09 09:00:18 -07:00
|
|
|
"credentials/**/*.ts",
|
|
|
|
"nodes/**/*.ts",
|
2021-01-14 05:53:14 -08:00
|
|
|
"nodes/**/*.json",
|
2022-09-09 09:00:18 -07:00
|
|
|
"credentials/translations/**/*.json"
|
2019-06-23 03:35:23 -07:00
|
|
|
]
|
|
|
|
}
|