mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-12 11:20:40 +03:00
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
|
|
||
|
{
|
||
|
"$schema": "https://json.schemastore.org/swcrc",
|
||
|
"sourceMaps": true,
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"decorators": true,
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"baseUrl": "./../../"
|
||
|
},
|
||
|
"minify": false
|
||
|
}
|