mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"declaration": false,
|
|
"sourceMap": true,
|
|
"outDir": "./build",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"lib": ["ES2021"]
|
|
},
|
|
"include": [
|
|
"./src/**/*.js",
|
|
"./src/**/*.ts"
|
|
],
|
|
"exclude": ["./node_modules/**/*"]
|
|
}
|