markdown/tsconfig.json

7 lines
110 B
JSON

{
"compilerOptions": {
"types": ["utools-api-types"]
},
"includes": ["src/**/*.ts", "preload.js"]
}