mirror of
https://github.com/zadam/trilium.git
synced 2025-11-20 15:44:24 +01:00
26 lines
413 B
JSON
26 lines
413 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"DOM"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"strict": true,
|
|
"module": "es6",
|
|
"target": "es2020",
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"typeRoots": [
|
|
"typings",
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./sample",
|
|
"./src",
|
|
"./tests",
|
|
"./typings"
|
|
]
|
|
}
|