twenty/packages/twenty-server/.swcrc

15 lines
245 B
Plaintext
Raw Permalink Normal View History

{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"baseUrl": "./../../"
},
"minify": false
}