mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-11 05:46:27 +00:00
30 lines
616 B
Plaintext
30 lines
616 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": true,
|
|
"strictMode": true
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"jsx": true,
|
|
"dynamicImport": false,
|
|
"privateMethod": false,
|
|
"functionBind": false,
|
|
"exportDefaultFrom": true,
|
|
"exportNamespaceFrom": false,
|
|
"decorators": true,
|
|
"decoratorsBeforeExport": false,
|
|
"topLevelAwait": true,
|
|
"importMeta": false,
|
|
"tsx": true
|
|
},
|
|
"transform": null,
|
|
"target": "es2017",
|
|
"loose": true,
|
|
"externalHelpers": false,
|
|
"keepClassNames": true
|
|
},
|
|
"minify": false
|
|
}
|