1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/apps/toolkit-app/jsconfig.json
Dillon Raphael c8db1a0b7e Toolkit template (#3298)
* migrate generate command

* tidy up the help command

* Convert legacy full template to new working example

* change db to prisma for templates

* change toolkit-app to use useQuery instead of invoke

* new app & generator templates working for npm only

* fixed npm install

* set blitz config package version

* assert session id

* add type assert to template
2022-04-15 08:35:47 -04:00

6 lines
50 B
JSON

{
"compilerOptions": {
"baseUrl": "."
}
}