UNPKG

330 BJSONView Raw
1{
2 "strategy": "MULTIPLE_FILES",
3 "filesExtension": "d.ts",
4 "templates": {
5 "model": "./model.handlebars",
6 "document": "./document.handlebars",
7 "index": "./index.handlebars"
8 },
9 "primitives": {
10 "String": "string",
11 "Int": "number",
12 "Float": "number",
13 "Boolean": "boolean",
14 "ID": "string"
15 }
16}
\No newline at end of file