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

12 lines
223 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"checkJs": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src", "scripts"]
}