mirror of
https://github.com/zadam/trilium.git
synced 2026-01-14 18:44:25 +01:00
26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2022",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../client/src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts",
|
|
"../client/src/**/*.spec.ts",
|
|
"../client/src/**/*.test.ts"
|
|
]
|
|
} |