mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "out-tsc/@triliumnext/desktop-e2e",
|
|
"esModuleInterop": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": [
|
|
"jest.config.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"references": []
|
|
}
|