mirror of
https://github.com/frappe/books.git
synced 2025-01-23 15:18:24 +00:00
33bdd6015d
- update tsconfig.json
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
import type { Schema } from 'schemas/types';
|
|
import PluginTemplate from './PluginTemplate.json';
|
|
|
|
export default [PluginTemplate as Schema];
|