mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 02:54:24 +01:00
18 lines
271 B
JSON
18 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2022",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"types": [
|
|
"vitest/globals",
|
|
"happy-dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts"
|
|
]
|
|
} |