twenty/packages/twenty-emails/tsconfig.json
martmull e358d677f9
Move emails to dedicated package (#3542)
* Add new package

* Add twenty-emails package

* Use generated files from twenty-emails in twenty-server

* Fix deleted file

* Import emails templates properly
2024-01-22 16:21:56 +01:00

8 lines
101 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"baseUrl": "./",
"jsx": "react-jsx"
}
}