2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00
18alantom 33bdd6015d incr: add TemplatePlugin
- update tsconfig.json
2023-07-19 11:47:16 +05:30

5 lines
141 B
TypeScript

import type { Schema } from 'schemas/types';
import PluginTemplate from './PluginTemplate.json';
export default [PluginTemplate as Schema];