mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
69 lines
1.8 KiB
Plaintext
69 lines
1.8 KiB
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"text/jade": {
|
|
"isProduction": false
|
|
},
|
|
"text/less": {
|
|
"dumpLineNumbers": "comments"
|
|
},
|
|
"text/typescript": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedParameters": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"importHelpers": true,
|
|
"noEmitHelpers": true,
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"presets": ["es2016-node5", "react"],
|
|
"plugins": ["transform-class-properties", "transform-async-to-generator", "transform-runtime"],
|
|
"sourceMaps": "inline",
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
},
|
|
"production": {
|
|
"text/jade": {
|
|
"isProduction": true
|
|
},
|
|
"text/typescript": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"strictNullChecks": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedParameters": true,
|
|
"sourceMap": false,
|
|
"importHelpers": true,
|
|
"noEmitHelpers": true,
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"presets": ["es2016-node5", "react"],
|
|
"plugins": ["transform-class-properties", "transform-async-to-generator", "transform-runtime"],
|
|
"sourceMaps": false,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|