mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 17:32:15 +01:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "es2023",
|
|
"outDir": "dist",
|
|
"rootDir": "..",
|
|
"types": [
|
|
"node",
|
|
"express"
|
|
],
|
|
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"scripts/*.ts",
|
|
"packages/commons/src/lib/i18n.ts"
|
|
],
|
|
"references": []
|
|
}
|