Files
Trilium/apps/script-deployer/tsconfig.json
T
2026-04-22 21:10:36 +03:00

11 lines
236 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"jsx": "preserve",
"moduleResolution": "bundler",
"module": "esnext"
},
"include": ["src", "scripts", "../server/src/express.d.ts"]
}