mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
3ac4102c3c
* Init rest-api page * Add ugly form to fetch open api schema * Clean code * Make the form design more acceptable * Update doc * Use local storage * Update design * Add isLoading * Fix typo * Fix long lines * Code review returns * Remove staging and local url from servers
9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig//tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react"
|
|
}
|
|
}
|